Revert "Enable wearable preview by default"

This reverts commit c61280ffa8.
This commit is contained in:
M66B
2020-10-17 10:34:44 +02:00
parent c61280ffa8
commit 24b512cd6d
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", true));
swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", false));
swBiometricsNotify.setChecked(prefs.getBoolean("biometrics_notify", false));
swAlertOnce.setChecked(!prefs.getBoolean("alert_once", true));