Finish 2.7.34
This commit is contained in:
@@ -288,7 +288,7 @@ XPCandyTreeInsufficientBalanceViewDelegate>
|
||||
|
||||
- (void)dealloc {
|
||||
|
||||
NSLog(@"房间销毁了");
|
||||
// NSLog(@"房间销毁了");
|
||||
|
||||
[[RoomBoomManager sharedManager] leaveRoom];
|
||||
|
||||
@@ -1854,7 +1854,7 @@ XPCandyTreeInsufficientBalanceViewDelegate>
|
||||
continue;
|
||||
}
|
||||
|
||||
NSLog(@" --- Message Raw Attach Content: %@, %@, %ld", @(message.senderClientType), message.rawAttachContent, (long)message.messageType);
|
||||
// NSLog(@" --- Message Raw Attach Content: %@, %@, %ld", @(message.senderClientType), message.rawAttachContent, (long)message.messageType);
|
||||
|
||||
if (message.messageType == NIMMessageTypeNotification) {
|
||||
NIMNotificationObject *notiMsg = (NIMNotificationObject *)message.messageObject;
|
||||
@@ -2194,7 +2194,8 @@ XPCandyTreeInsufficientBalanceViewDelegate>
|
||||
isHave = YES;
|
||||
}else if(attachment.first == CustomMessageType_Guardian_Planet && attachment.second == Custom_Message_Sub_Guardian_Planet_All_Room){
|
||||
isHave = YES;
|
||||
}else if(attachment.first == CustomMessageType_Super_Gift && attachment.second == Custom_Message_Sub_Super_Gift){
|
||||
}else if(attachment.first == CustomMessageType_Super_Gift &&
|
||||
(attachment.second == Custom_Message_Sub_Super_Gift || attachment.second == Custom_Message_Sub_Super_Gift_Room_Message)){
|
||||
isHave = YES;
|
||||
}else if(attachment.first == CustomMessageType_General_Public_Screen && attachment.second == Custom_Message_Sub_General_Public_Screen_All_Room){
|
||||
isHave = YES;
|
||||
|
Reference in New Issue
Block a user