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