Skip to content

Commit b0f4ec3

Browse files
author
Rachel Prince
committed
Add comment to explain signInTester call
1 parent a1a4369 commit b0f4ec3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase-app-distribution/src/main/java/com/google/firebase/app/distribution/FirebaseAppDistribution.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ public UpdateTask updateIfNewReleaseAvailable() {
139139
}
140140

141141
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
142146
.onSuccessTask(unused -> signInTester())
143147
.onSuccessTask(unused -> checkForNewRelease())
144148
.continueWithTask(

0 commit comments

Comments
 (0)