v2.4.0: fixed power saver showing up on iOS devices
This commit is contained in:
committed by
Evan Debenham
parent
32a1e46311
commit
5bc753f3b1
+1
-1
@@ -257,7 +257,7 @@ public class WndSettings extends WndTabbed {
|
|||||||
// this is being phased out as the setting is useless on all but very old devices anyway
|
// this is being phased out as the setting is useless on all but very old devices anyway
|
||||||
// and support is going to be dropped for 4.3- in the forseeable future
|
// and support is going to be dropped for 4.3- in the forseeable future
|
||||||
if (DeviceCompat.isAndroid() && PixelScene.maxScreenZoom >= 2
|
if (DeviceCompat.isAndroid() && PixelScene.maxScreenZoom >= 2
|
||||||
&& SPDSettings.powerSaver() || !DeviceCompat.supportsFullScreen()) {
|
&& (SPDSettings.powerSaver() || !DeviceCompat.supportsFullScreen())) {
|
||||||
chkSaver = new CheckBox(Messages.get(this, "saver")) {
|
chkSaver = new CheckBox(Messages.get(this, "saver")) {
|
||||||
@Override
|
@Override
|
||||||
protected void onClick() {
|
protected void onClick() {
|
||||||
|
|||||||
Reference in New Issue
Block a user