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

[提交人]:王雪伟

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