mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Cleanup
This commit is contained in:
@@ -271,10 +271,7 @@ public class DebugHelper {
|
||||
Build.VERSION.RELEASE, Build.VERSION.SDK_INT, Helper.getTargetSdk(context)));
|
||||
|
||||
String miui = Helper.getMIUIVersion();
|
||||
Integer autostart = (miui == null ? null : Helper.getMIUIAutostart(context));
|
||||
sb.append(String.format("MIUI: %s autostart: %s\r\n",
|
||||
miui == null ? "-" : miui,
|
||||
autostart == null ? "?" : Boolean.toString(autostart == 0)));
|
||||
sb.append(String.format("MIUI: %s\r\n", miui == null ? "-" : miui));
|
||||
|
||||
boolean reporting = prefs.getBoolean("crash_reports", false);
|
||||
if (reporting || Log.isTestRelease()) {
|
||||
|
||||
Reference in New Issue
Block a user