Loading src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public class SwipeToNotificationPreferenceController extends GesturePreferenceCo @Override protected boolean isSwitchPrefEnabled() { return Settings.Secure.getInt(mContext.getContentResolver(), Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0) == 1; } } Loading
src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,7 @@ public class SwipeToNotificationPreferenceController extends GesturePreferenceCo @Override protected boolean isSwitchPrefEnabled() { return Settings.Secure.getInt(mContext.getContentResolver(), Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1) Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0) == 1; } }