Commit 11f992d1 authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :修复异常2
[实现方案] :
parent 6a0aa183
......@@ -115,7 +115,6 @@ public class ChatFragment extends BaseFragment implements ChatContract.View, V2T
mConversationPresenter = new ConversationPresenter();
mConversationPresenter.setConversationListener();
mConversationLayout.setPresenter(mConversationPresenter);
Log.d("wxw","bbbb");
EventBus.getDefault().register(this);
if (!isFirstLoad) {
login(SettingPreference.getUserInfoData().uid + "");
......@@ -240,8 +239,6 @@ public class ChatFragment extends BaseFragment implements ChatContract.View, V2T
@Override
protected void lazyLoad() {
super.lazyLoad();
Log.d("wxw","aaaa");
if (!isFirstLoad&& isInitial) {
login(SettingPreference.getUserInfoData().uid + "");
}
......
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