This commit is contained in:
juntao
2021-07-29 09:59:51 +08:00
parent 76fd1ab7e3
commit 956d5a39be
2 changed files with 2 additions and 2 deletions

View File

@ -550,7 +550,7 @@ public class UpdateManager {
}
private void invokeDismissCallback() {
if (mOnDismissCallback != null && appEntity != null && !appEntity.isForce()) {
if (mOnDismissCallback != null && (appEntity == null || !appEntity.isForce())) {
mOnDismissCallback.onCallback();
}
}