修改自己送出礼物没有动画的问题
This commit is contained in:
@@ -267,6 +267,17 @@
|
||||
}
|
||||
}
|
||||
|
||||
//发送消息成功回调
|
||||
- (void)sendMessage:(NIMMessage *)message didCompleteWithError:(NSError *)error {
|
||||
NIMCustomObject *obj = (NIMCustomObject *)message.messageObject;
|
||||
if (obj.attachment != nil && [obj.attachment isKindOfClass:[AttachmentModel class]]) {
|
||||
AttachmentModel *attachment = (AttachmentModel *)obj.attachment;
|
||||
if (attachment.first == CustomMessageType_Gift || attachment.first == CustomMessageType_ALLMicroSend) {
|
||||
[self receiveGift:attachment];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark - 用户邀请上麦
|
||||
- (void)microInvite:(NSString *)position {
|
||||
if ([self findMicroViewByPosition:position]) {
|
||||
|
Reference in New Issue
Block a user