Default enable wearable preview

This commit is contained in:
M66B
2019-10-21 16:02:45 +02:00
parent 9f8bb2fcc5
commit 84dd2bdfec
2 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
swUnseenIgnored.setChecked(prefs.getBoolean("unseen_ignored", false));
swNotifySummary.setChecked(prefs.getBoolean("notify_summary", false));
swNotifyPreview.setChecked(prefs.getBoolean("notify_preview", true));
swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", false));
swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", true));
swWearablePreview.setEnabled(swNotifyPreview.isChecked());
cbNotifyActionTrash.setChecked(prefs.getBoolean("notify_trash", true) || !pro);