Indentation default disabled

This commit is contained in:
M66B
2019-10-17 17:16:47 +02:00
parent 6aae8c4270
commit 32bcd12726
2 changed files with 2 additions and 2 deletions

View File

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