mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Added compact compose view
This commit is contained in:
@@ -150,8 +150,15 @@ public class ApplicationEx extends Application {
|
||||
editor.putBoolean("suggest_sent", true);
|
||||
editor.remove("suggest_local");
|
||||
}
|
||||
|
||||
} else if (version < 703) {
|
||||
if (!prefs.getBoolean("style_toolbar", true)) {
|
||||
editor.putBoolean("compose_media", false);
|
||||
editor.remove("style_toolbar");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
editor.remove("app_support");
|
||||
editor.remove("notify_archive");
|
||||
|
||||
Reference in New Issue
Block a user