Added compact compose view

This commit is contained in:
M66B
2019-09-13 11:00:31 +02:00
parent 60a012efd2
commit 5286287b73
4 changed files with 62 additions and 23 deletions

View File

@@ -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");