Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
e117d5b2
Commit
e117d5b2
authored
Jun 05, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SDK调整:增加屏蔽点击聊天消息头像事件
parent
4d68d303
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
TUIBaseChatViewController.h
TUIKit/TUIChat/UI_Classic/Chat/TUIBaseChatViewController.h
+2
-0
TUIBaseChatViewController.m
TUIKit/TUIChat/UI_Classic/Chat/TUIBaseChatViewController.m
+3
-0
No files found.
TUIKit/TUIChat/UI_Classic/Chat/TUIBaseChatViewController.h
View file @
e117d5b2
...
...
@@ -48,6 +48,8 @@
// 是否隐藏更多按钮
@property
(
nonatomic
,
assign
)
BOOL
needHideNaviMore
;
// 是否选中cell头像
@property
(
nonatomic
,
assign
)
BOOL
needHideCellAvatar
;
// 文件预览代理
@property
(
nonatomic
,
weak
)
id
<
TUICustomOpenFileDelegate
>
filePreviewDelegate
;
...
...
TUIKit/TUIChat/UI_Classic/Chat/TUIBaseChatViewController.m
View file @
e117d5b2
...
...
@@ -950,6 +950,9 @@ static CGRect gCustomTopViewRect;
}
-
(
void
)
messageController
:
(
TUIBaseMessageController
*
)
controller
onSelectMessageAvatar
:
(
TUIMessageCell
*
)
cell
{
if
(
self
.
needHideCellAvatar
)
{
return
;
}
NSString
*
userID
=
nil
;
if
(
cell
.
messageData
.
innerMessage
.
groupID
.
length
>
0
)
{
userID
=
cell
.
messageData
.
innerMessage
.
sender
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment