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

Commit 95faeeb8 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: I7cb12bfd1dfd5032302e706fae51238cf32a5036
parents f70945be 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