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 1522061 commit c402427Copy full SHA for c402427
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/FirebaseAppDistribution.java
@@ -152,10 +152,6 @@ public UpdateTask updateIfNewReleaseAvailable() {
152
153
lifecycleNotifier
154
.applyToForegroundActivityTask(this::showSignInConfirmationDialog)
155
- // TODO(rachelprince): Revisit this comment once changes to checkForNewRelease are reviewed
156
- // Even though checkForNewRelease() calls signInTester(), we explicitly call signInTester
157
- // here for code clarity, and because we plan to remove the signInTester() call
158
- // from checkForNewRelease() in the near future
159
.onSuccessTask(unused -> signInTester())
160
.onSuccessTask(unused -> checkForNewRelease())
161
.continueWithTask(
0 commit comments