fix: 修正 UI 验收问题
This commit is contained in:
@@ -1861,10 +1861,10 @@ XPCandyTreeInsufficientBalanceViewDelegate>
|
||||
NIMNotificationObject *notiMsg = (NIMNotificationObject *)message.messageObject;
|
||||
NIMChatroomNotificationContent *content = (NIMChatroomNotificationContent *)notiMsg.content;
|
||||
|
||||
NSLog(@" --- Message Content class: %@", [notiMsg.content class]);
|
||||
if ([notiMsg.content isKindOfClass:[NIMUnsupportedNotificationContent class]]) {
|
||||
NSLog(@"Fuck %@", message);
|
||||
}
|
||||
// NSLog(@" --- Message Content class: %@", [notiMsg.content class]);
|
||||
// if ([notiMsg.content isKindOfClass:[NIMUnsupportedNotificationContent class]]) {
|
||||
// NSLog(@"Fuck %@", message);
|
||||
// }
|
||||
|
||||
if (![notiMsg.content isKindOfClass:[NIMChatroomNotificationContent class]]) {
|
||||
return;
|
||||
|
Reference in New Issue
Block a user