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

Commit 374c7bb0 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

am: 988c6c89

Change-Id: I19a89e0e75b21b9d2d9529d9089e053db80130e3
parents e60b0c7c 988c6c89
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