mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
cleanup
This commit is contained in:
parent
858197ede0
commit
bf8fc816e8
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ public final class ZLAndroidLibrary extends ZLibrary {
|
||||||
public final ZLIntegerRangeOption ScreenBrightnessLevelOption = new ZLIntegerRangeOption("LookNFeel", "ScreenBrightnessLevel", 0, 100, 0);
|
public final ZLIntegerRangeOption ScreenBrightnessLevelOption = new ZLIntegerRangeOption("LookNFeel", "ScreenBrightnessLevel", 0, 100, 0);
|
||||||
public final ZLBooleanOption DisableButtonLightsOption = new ZLBooleanOption("LookNFeel", "DisableButtonLights", true);
|
public final ZLBooleanOption DisableButtonLightsOption = new ZLBooleanOption("LookNFeel", "DisableButtonLights", true);
|
||||||
|
|
||||||
private static boolean hasNoHardwareMenuButton() {
|
private boolean hasNoHardwareMenuButton() {
|
||||||
return
|
return
|
||||||
// Eken M001
|
// Eken M001
|
||||||
(Build.DISPLAY != null && Build.DISPLAY.contains("simenxie")) ||
|
(Build.DISPLAY != null && Build.DISPLAY.contains("simenxie")) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue