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

Commit ce8cce02 authored by Altaf-Mahdi's avatar Altaf-Mahdi Committed by Gerrit Code Review
Browse files

Settings: fix restoring DEV_FORCE_SHOW_NAVBAR setting on boot

Change-Id: Ic6014149aed4367561c011c485c528dbd13289ad
parent c70f4d05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -688,8 +688,8 @@ public class ButtonSettings extends SettingsPreferenceFragment implements
            return;
        }

        writeDisableNavkeysOption(context, Settings.System.getInt(context.getContentResolver(),
                Settings.System.DEV_FORCE_SHOW_NAVBAR, 0) != 0);
        writeDisableNavkeysOption(context, CMSettings.Secure.getInt(context.getContentResolver(),
                CMSettings.Secure.DEV_FORCE_SHOW_NAVBAR, 0) != 0);
    }