select Dark theme by default

This commit is contained in:
tibbi 2016-10-25 20:27:02 +02:00
parent def5c9ce2a
commit 07b60e0afb

View file

@ -26,7 +26,7 @@ public class Config {
}
public boolean getIsDarkTheme() {
return mPrefs.getBoolean(Constants.IS_DARK_THEME, false);
return mPrefs.getBoolean(Constants.IS_DARK_THEME, true);
}
public void setIsDarkTheme(boolean isDarkTheme) {