Enable wearable preview by default

This commit is contained in:
M66B
2020-10-17 09:57:53 +02:00
parent eab715c19e
commit c61280ffa8
2 changed files with 3 additions and 3 deletions

View File

@@ -508,7 +508,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
swNotifyPreview.setChecked(prefs.getBoolean("notify_preview", true));
swNotifyPreviewAll.setChecked(prefs.getBoolean("notify_preview_all", false));
swNotifyPreviewOnly.setChecked(prefs.getBoolean("notify_preview_only", false));
swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", false));
swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", true));
swBiometricsNotify.setChecked(prefs.getBoolean("biometrics_notify", false));
swAlertOnce.setChecked(!prefs.getBoolean("alert_once", true));