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

Commit 0d228a62 authored by Filip Gruszczynski's avatar Filip Gruszczynski
Browse files

Always show true value for forcing resizeable.

Change-Id: I557ad5ddd29ac20119b926e58e33c6f58145d78e
parent a1049aea
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1262,8 +1262,7 @@ public class DevelopmentSettings extends SettingsPreferenceFragment

    private void updateForceResizableOptions() {
        updateSwitchPreference(mForceResizable, Settings.Global.getInt(getContentResolver(),
                Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES,
                Build.IS_DEBUGGABLE ? 1 : 0) != 0);
                Settings.Global.DEVELOPMENT_FORCE_RESIZABLE_ACTIVITIES, 0) != 0);
    }

    private void writeForceResizableOptions() {