We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5761765 commit e68aad6Copy full SHA for e68aad6
app/src/main/java/com/simplemobiletools/flashlight/Config.java
@@ -31,7 +31,7 @@ public void setIsDarkTheme(boolean isDarkTheme) {
31
}
32
33
public boolean getBrightDisplay() {
34
- return mPrefs.getBoolean(Constants.BRIGHT_DISPLAY, false);
+ return mPrefs.getBoolean(Constants.BRIGHT_DISPLAY, true);
35
36
37
public void setBrightDisplay(boolean brightDisplay) {
0 commit comments