From 5e6b804301fb9b2152737a8707c60e24d2802994 Mon Sep 17 00:00:00 2001 From: Kevin Chyn Date: Tue, 2 May 2017 04:23:31 +0000 Subject: [PATCH] Revert "Swipe for notification should be default-on in settings app" This reverts commit a95c2c3a8d65d191260d4948a54eee1c74dac3fa. Change-Id: I8fcc290be7d373d55058bd7c22f163d54fc03830 --- .../gestures/SwipeToNotificationPreferenceController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java index 89d38a1e149..22b88fc15fd 100644 --- a/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java +++ b/src/com/android/settings/gestures/SwipeToNotificationPreferenceController.java @@ -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; } }