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

Commit a762ca79 authored by Jim Miller's avatar Jim Miller
Browse files

Enable fingerprint nav by default

Fixes bug 29462383

Change-Id: Ia1cbd1d33ab3a11b5c8e5a770243d9b36448577b
parent fafe810a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7268,7 +7268,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

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

    @Override