fix: 修正 UI 验收问题

This commit is contained in:
edwinQQQ
2025-01-08 12:10:02 +08:00
parent d9e8d6639b
commit 93c3304601
14 changed files with 54 additions and 42 deletions

View File

@@ -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;