File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
firebase-appdistribution/src/main/java/com/google/firebase/appdistribution/impl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ private SharedPreferences getSharedPreferencesBlocking() {
64
64
65
65
private <T > Task <T > applyToSharedPreferences (SharedPreferencesFunction <T > func ) {
66
66
// Check nullness of sharedPreferences directly even though multiple threads could be calling
67
- // this function at once. This isn't a problem because: 1) once it is set it will never be set,
67
+ // this function at once. This isn't a problem because: 1) once it is set it will never be reset
68
68
// back to null, and 2) even if it is initialized twice on different threads the second call
69
69
// will get the exact same instance.
70
70
if (sharedPreferences != null ) {
You can’t perform that action at this time.
0 commit comments