Ver código fonte

去掉IM头像点击事件

Pq 1 ano atrás
pai
commit
8b2c85bcdb

+ 3 - 3
TUIKit/TUIChat/tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/classicui/page/TUIBaseChatFragment.java

@@ -210,9 +210,9 @@ public class TUIBaseChatFragment extends BaseFragment {
                     return;
                 }
 
-                Bundle bundle = new Bundle();
-                bundle.putString(TUIConstants.TUIChat.CHAT_ID, userID);
-                TUICore.startActivity("FriendProfileActivity", bundle);
+//                Bundle bundle = new Bundle();
+//                bundle.putString(TUIConstants.TUIChat.CHAT_ID, userID);
+//                TUICore.startActivity("FriendProfileActivity", bundle);
             }
 
             @Override

+ 3 - 3
TUIKit/TUIChat/tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/classicui/page/TUIGroupChatFragment.java

@@ -81,9 +81,9 @@ public class TUIGroupChatFragment extends TUIBaseChatFragment {
                 ChatInfo info = new ChatInfo();
                 info.setId(messageBean.getSender());
 
-                Bundle bundle = new Bundle();
-                bundle.putString(TUIConstants.TUIChat.CHAT_ID, info.getId());
-                TUICore.startActivity("FriendProfileActivity", bundle);
+//                Bundle bundle = new Bundle();
+//                bundle.putString(TUIConstants.TUIChat.CHAT_ID, info.getId());
+//                TUICore.startActivity("FriendProfileActivity", bundle);
             }
 
             @Override