Default-off FP Swipe am: 8f5de15ba1 am: 0d378e04ca

am: a3874cf593

Change-Id: Ib2d312d36a5200ed4b677eb2a4d79f9e84b12d75
This commit is contained in:
Kevin Chyn
2017-07-25 01:13:04 +00:00
committed by android-build-merger

View File

@@ -79,7 +79,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;
}