fix: last crash not working (#8)

This commit is contained in:
Florian Bouillon 2023-03-14 16:04:58 +01:00 committed by GitHub
parent 8bb267aaff
commit 5f9c01dbd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -218,7 +218,7 @@ class CrashHandler private constructor(
}
// update the store
prefs.edit().putLong(prefsKey, now).apply()
prefs.edit().putLong(prefsKey, now).commit()
}
Log.i(TAG, "Collecting Error")