Commit 58d99fce authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :修复异常
[实现方案] :
parent 93d5d56a
......@@ -110,7 +110,7 @@ public class ChatFragment extends BaseFragment implements ChatContract.View, V2T
JumpUtils.SystemMsgJump();
});
mConversationLayout = view.findViewById(R.id.conversation_layout);
mConversationLayout = view.findViewById(R.id.chat_conversation_layout);
mConversationPresenter = new ConversationPresenter();
mConversationPresenter.setConversationListener();
mConversationLayout.setPresenter(mConversationPresenter);
......
......@@ -77,7 +77,7 @@
</LinearLayout>
<com.tencent.qcloud.tuikit.tuiconversation.ui.view.ConversationLayout
android:id="@+id/conversation_layout"
android:id="@+id/chat_conversation_layout"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>
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