Commit 17e8576a authored by Alex朱枝文's avatar Alex朱枝文

隐藏聊天消息点击头像事件

parent e117d5b2
...@@ -499,6 +499,7 @@ extension YHMessageListVC { ...@@ -499,6 +499,7 @@ extension YHMessageListVC {
vc.navigationItem.rightBarButtonItems = nil vc.navigationItem.rightBarButtonItems = nil
vc.needHideNaviMore = true vc.needHideNaviMore = true
vc.filePreviewDelegate = self vc.filePreviewDelegate = self
vc.needHideCellAvatar = true
} }
} }
...@@ -583,6 +584,7 @@ extension YHMessageListVC: UITableViewDelegate, UITableViewDataSource { ...@@ -583,6 +584,7 @@ extension YHMessageListVC: UITableViewDelegate, UITableViewDataSource {
vc.navigationItem.rightBarButtonItems = nil vc.navigationItem.rightBarButtonItems = nil
vc.needHideNaviMore = true vc.needHideNaviMore = true
vc.filePreviewDelegate = self vc.filePreviewDelegate = self
vc.needHideCellAvatar = true
} }
return return
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment