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

Commit 988c6c89 authored by Kevin Chyn's avatar Kevin Chyn Committed by android-build-merger
Browse files

Merge "Default-off FP Swipe" into oc-dr1-dev

am: 76303759

Change-Id: I71e8b7288fad93041e0acef5e662b626f8b4f678
parents 5f5304fe 76303759
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7689,7 +7689,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

    private boolean areSystemNavigationKeysEnabled() {
        return Settings.Secure.getIntForUser(mContext.getContentResolver(),
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 1, UserHandle.USER_CURRENT) == 1;
                Settings.Secure.SYSTEM_NAVIGATION_KEYS_ENABLED, 0, UserHandle.USER_CURRENT) == 1;
    }

    @Override