修复单人PK,弹出多个弹窗问题

This commit is contained in:
Martin 2024-07-29 16:52:57 +08:00
parent 59712d0da9
commit 807827564b

View File

@ -59,6 +59,7 @@ public abstract class AbsLinkMicPkPresenter {
if (u.isRandomPk()) {
showPkDialogTmp(u);
} else {
mIsApplyDialogShow = true;
showApplyDialogTmp(u);
}
}