mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Added padding option for tabular view
This commit is contained in:
@@ -603,6 +603,10 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 1855) {
|
||||
if (!prefs.contains("preview_lines"))
|
||||
editor.putInt("preview_lines", 2);
|
||||
} else if (version < 1874) {
|
||||
boolean cards = prefs.getBoolean("cards", true);
|
||||
if (!cards)
|
||||
editor.remove("view_padding");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user