lets enable the bright display by default

This commit is contained in:
tibbi
2016-08-01 22:58:46 +02:00
parent 5761765387
commit e68aad64c2

View File

@ -31,7 +31,7 @@ public class Config {
} }
public boolean getBrightDisplay() { public boolean getBrightDisplay() {
return mPrefs.getBoolean(Constants.BRIGHT_DISPLAY, false); return mPrefs.getBoolean(Constants.BRIGHT_DISPLAY, true);
} }
public void setBrightDisplay(boolean brightDisplay) { public void setBrightDisplay(boolean brightDisplay) {