fix: last crash not working (#8)

This commit is contained in:
2023-03-14 16:04:58 +01:00
committed by GitHub
parent 8bb267aaff
commit 5f9c01dbd1

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")