fix:修复房间部分弹窗未及时销毁问题
This commit is contained in:
@@ -889,7 +889,10 @@ public class AVRoomActivity extends BaseMvpActivity<IAvRoomView, AvRoomPresenter
|
|||||||
if (AvRoomDataManager.get().haveStartDragon) {
|
if (AvRoomDataManager.get().haveStartDragon) {
|
||||||
giveUpDragonBar();
|
giveUpDragonBar();
|
||||||
}
|
}
|
||||||
|
if (singleRoomTipDialog != null && singleRoomTipDialog.isAdded()) {
|
||||||
|
singleRoomTipDialog.dismissAllowingStateLoss();
|
||||||
|
singleRoomTipDialog = null;
|
||||||
|
}
|
||||||
// 避免 ISE
|
// 避免 ISE
|
||||||
if (mPwdDialogFragment != null && mPwdDialogFragment.isAdded()
|
if (mPwdDialogFragment != null && mPwdDialogFragment.isAdded()
|
||||||
&& !isFinishing()) {
|
&& !isFinishing()) {
|
||||||
|
Reference in New Issue
Block a user