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

Commit fd8273d5 authored by Doris Ling's avatar Doris Ling Committed by android-build-merger
Browse files

Default fingerprint swipe to disabled.

am: d01217c0

Change-Id: Ic64af13a88e25e4d623195d4ee51f83733606345
parents a4bef226 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