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

Commit 781f4386 authored by Doris Ling's avatar Doris Ling Committed by Android (Google) Code Review
Browse files

Merge "Default fingerprint swipe to disabled." into nyc-mr1-dev

parents 6cecc8dc d01217c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7306,7 +7306,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

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

    @Override