This commit is contained in:
启星
2026-01-04 14:01:30 +08:00
parent bfcac8ab2c
commit 5ab030701c
97 changed files with 2068 additions and 267 deletions

View File

@@ -14,6 +14,7 @@
#import "QXMenuPopView.h"
#import "QXReportViewController.h"
#import "QXMineNetwork.h"
#import "QXIMGroupSettingVC.h"
@interface QXChatViewController ()<TUIChatConfigDelegate_Classic,QXMenuPopViewDelegate>
@property (nonatomic,strong)QXChatTitleView *titleView;
@end
@@ -54,6 +55,8 @@
return YES;
}
//-(BOOL)onUserAvatarLongPressed:(UIView *)view messageCellData:(TUIMessageCellData *)celldata{
//// QXLOG(@"%@被长按了",celldata.senderName);
// UIAlertController *al = [UIAlertController alertControllerWithTitle:@"" message:<#(nullable NSString *)#> preferredStyle:<#(UIAlertControllerStyle)#>];
// return YES;
//}
//
@@ -76,7 +79,7 @@
}
-(void)moreAction{
if (self.data.groupID.length>0) {
QXGuildGroupSettingVC *vc = [[QXGuildGroupSettingVC alloc] init];
QXIMGroupSettingVC *vc = [[QXIMGroupSettingVC alloc] init];
vc.groupId = self.data.groupID;
[self.navigationController pushViewController:vc animated:YES];
}else{