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

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

Default fingerprint swipe to disabled. am: d01217c0

am: fd8273d5

Change-Id: Ic77ab241b6bd3d754d19ff38e14dafb4e8be9972
parents 5398b220 fd8273d5
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