mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Indentation default disabled
This commit is contained in:
@@ -59,7 +59,7 @@ public class ViewCardOptional extends CardView {
|
||||
cards = prefs.getBoolean("cards", true);
|
||||
compact = prefs.getBoolean("compact", false);
|
||||
threading = prefs.getBoolean("threading", true);
|
||||
indentation = prefs.getBoolean("indentation", true);
|
||||
indentation = prefs.getBoolean("indentation", false);
|
||||
|
||||
margin = Helper.dp2pixels(context, compact ? 3 : 6);
|
||||
ident = Helper.dp2pixels(context, 12 + (compact ? 3 : 6));
|
||||
|
||||
Reference in New Issue
Block a user