红包 bugfix
This commit is contained in:
@@ -360,7 +360,6 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
|
||||
initIntentExtra(intent);
|
||||
if (roomUid != 0 && oldRoomUid == roomUid) {
|
||||
updateRoomInfo();
|
||||
showRedPackage(AvRoomDataManager.get().mCurrentRoomInfo);
|
||||
showRoomFragment(false);
|
||||
dismissLoadingDialog();
|
||||
return;
|
||||
@@ -490,7 +489,6 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
|
||||
if (giftList != null) {
|
||||
giftList.clear();
|
||||
}
|
||||
if (!isResume) showRedPackage(AvRoomDataManager.get().mCurrentRoomInfo);
|
||||
isResume = true;
|
||||
}
|
||||
|
||||
@@ -639,6 +637,7 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
|
||||
singleRoomTipDialog.show(this);
|
||||
}
|
||||
}
|
||||
showRedPackage(AvRoomDataManager.get().mCurrentRoomInfo);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user