mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Clear crash count
This commit is contained in:
@@ -611,6 +611,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
prefs.edit()
|
||||
.remove("crash_reports_asked")
|
||||
.remove("crash_report_count")
|
||||
.putBoolean("crash_reports", checked)
|
||||
.apply();
|
||||
Log.setCrashReporting(checked);
|
||||
|
||||
Reference in New Issue
Block a user