Browse Source

修改自定义IM插件按钮点击无效发送不出去的问题

Pq 6 months ago
parent
commit
ed32017447

+ 1 - 0
TUIKit/TUIChat/tuichat/src/main/java/com/tencent/qcloud/tuikit/tuichat/classicui/widget/input/InputView.java

@@ -1340,6 +1340,7 @@ public class InputView extends LinearLayout implements View.OnClickListener, Tex
 
         Map<String, Object> param = new HashMap<>();
         param.put(TUIConstants.TUIChat.Extension.InputMore.CONTEXT, getContext());
+        param.put(TUIConstants.TUIChat.FRAGMENT, mInputMoreFragment);
         if (ChatInfo.TYPE_C2C == mChatInfo.getType()) {
             param.put(TUIConstants.TUIChat.Extension.InputMore.USER_ID, mChatInfo.getId());
         } else {

+ 1 - 1
teacher/src/main/res/layout/item_select_tenant_member_layout.xml

@@ -10,7 +10,7 @@
     android:paddingTop="19dp"
     android:paddingEnd="30dp">
 
-    <com.cooleshow.base.widgets.QMUIRadiusImageView
+    <de.hdodenhof.circleimageview.CircleImageView
         android:id="@+id/iv_avatar"
         android:layout_width="39dp"
         android:layout_height="39dp"