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 a1a4369 commit b0f4ec3Copy full SHA for b0f4ec3
firebase-app-distribution/src/main/java/com/google/firebase/app/distribution/FirebaseAppDistribution.java
@@ -139,6 +139,10 @@ public UpdateTask updateIfNewReleaseAvailable() {
139
}
140
141
showSignInDialog()
142
+ // TODO(rachelprince): Revisit this comment once changes to checkForNewRelease are reviewed
143
+ // Even though checkForNewRelease() calls signInTester(), we explicitly call signInTester
144
+ // here both for code clarifty, and because we plan to remove the signInTester() call
145
+ // from checkForNewRelease() in the near future
146
.onSuccessTask(unused -> signInTester())
147
.onSuccessTask(unused -> checkForNewRelease())
148
.continueWithTask(
0 commit comments