File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
firebase-installations/src/main/java/com/google/firebase/installations Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ private void doNetworkCallIfNecessary(boolean forceRefresh) {
422
422
private synchronized void updateFidListener (
423
423
PersistedInstallationEntry prefs , PersistedInstallationEntry updatedPrefs ) {
424
424
if (fidListeners .size () != 0
425
- && !TextUtils .equals (prefs .getFirebaseInstallationId (), updatedPrefs .getFirebaseInstallationId ()) {
425
+ && !TextUtils .equals (prefs .getFirebaseInstallationId (), updatedPrefs .getFirebaseInstallationId ())) {
426
426
// Update all the registered FidListener about fid changes.
427
427
for (FidListener listener : fidListeners ) {
428
428
listener .onFidChanged (updatedPrefs .getFirebaseInstallationId ());
You can’t perform that action at this time.
0 commit comments