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

[提交人]:王雪伟

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