mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Experimental: send user unknown
This commit is contained in:
@@ -407,6 +407,9 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 1463) {
|
||||
if (!prefs.contains("autoscroll"))
|
||||
editor.putBoolean("autoscroll", true);
|
||||
} else if (version < 1477) {
|
||||
if (!BuildConfig.DEBUG)
|
||||
editor.remove("experiments");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user