提交
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user