Always show true value for forcing resizeable.

Change-Id: I557ad5ddd29ac20119b926e58e33c6f58145d78e
This commit is contained in:
Filip Gruszczynski
2016-01-05 13:29:08 -08:00
parent a1049aea99
commit 0d228a62bd

View File

@@ -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() {