Dark theme is now the default one
This commit is contained in:
parent
2a5b3097ad
commit
7eb26f0f4b
@ -34,7 +34,7 @@ class AppPreferences @Inject constructor() {
|
|||||||
|
|
||||||
var theme: Themes
|
var theme: Themes
|
||||||
get() {
|
get() {
|
||||||
val lastTheme = preferences.get(PREF_THEME, Themes.LIGHT.toString())
|
val lastTheme = preferences.get(PREF_THEME, Themes.DARK.toString())
|
||||||
return Themes.valueOf(lastTheme)
|
return Themes.valueOf(lastTheme)
|
||||||
}
|
}
|
||||||
set(value) {
|
set(value) {
|
||||||
|
Loading…
Reference in New Issue
Block a user