|
|
@ -351,7 +351,6 @@ public class ApplicationEx extends Application
|
|
|
|
EntityLog.log(context, "Upgrading from " + version + " to " + BuildConfig.VERSION_CODE);
|
|
|
|
EntityLog.log(context, "Upgrading from " + version + " to " + BuildConfig.VERSION_CODE);
|
|
|
|
|
|
|
|
|
|
|
|
SharedPreferences.Editor editor = prefs.edit();
|
|
|
|
SharedPreferences.Editor editor = prefs.edit();
|
|
|
|
editor.remove("max_backoff_power");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (version < BuildConfig.VERSION_CODE)
|
|
|
|
if (version < BuildConfig.VERSION_CODE)
|
|
|
|
editor.remove("crash_report_count");
|
|
|
|
editor.remove("crash_report_count");
|
|
|
|