|
@@ -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 {
|