Skip to content

Commit 5657f12

Browse files
authored
issue_3265_disk_read_violation (#3266)
1 parent fc51d6f commit 5657f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-crashlytics/src/main/java/com/google/firebase/crashlytics/internal/common/DataCollectionArbiter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ private static void storeDataCollectionValueInSharedPreferences(
203203
} else {
204204
prefsEditor.remove(FIREBASE_CRASHLYTICS_COLLECTION_ENABLED);
205205
}
206-
prefsEditor.commit();
206+
prefsEditor.apply();
207207
}
208208
}

0 commit comments

Comments
 (0)