Changed default of biometric notify

This commit is contained in:
M66B
2021-03-18 11:33:59 +01:00
parent 25f8ed7d49
commit 70e931681e
5 changed files with 7 additions and 3 deletions

View File

@@ -560,7 +560,7 @@ public class FragmentOptionsNotifications extends FragmentBase implements Shared
swNotifyPreviewOnly.setChecked(prefs.getBoolean("notify_preview_only", false));
swWearablePreview.setChecked(prefs.getBoolean("wearable_preview", false));
swMessagingStyle.setChecked(prefs.getBoolean("notify_messaging", false));
swBiometricsNotify.setChecked(prefs.getBoolean("biometrics_notify", false));
swBiometricsNotify.setChecked(prefs.getBoolean("biometrics_notify", true));
swAlertOnce.setChecked(!prefs.getBoolean("alert_once", true));
enableOptions();