Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d378e04 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Default-off FP Swipe

am: 8f5de15b

Change-Id: Iac3a85ac3e0d6f30d32b2823f168f3123d375f08
parents c239561d 8f5de15b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }