mirror of
https://github.com/dzeiocom/crashhandler.git
synced 2025-07-09 23:39:19 +00:00
fix: last crash not working (#8)
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user