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

Commit 76303759 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents c8f40de2 76096e72
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