We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfeed1 commit 24b1ff4Copy full SHA for 24b1ff4
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
@@ -494,7 +494,7 @@ private boolean awaitingSignInDialogConfirmation() {
494
495
private boolean awaitingUpdateDialogConfirmation() {
496
return (showUpdateDialogTask != null
497
- && showUpdateDialogTask.getTask().isComplete()
+ && !showUpdateDialogTask.getTask().isComplete()
498
&& remakeUpdateConfirmationDialog);
499
}
500
0 commit comments