|
|
@ -141,6 +141,7 @@ class ThemeConfigFragment : PreferenceFragmentCompat(), SharedPreferences.OnShar |
|
|
|
AppConfig.isNightTheme = true |
|
|
|
AppConfig.isNightTheme = true |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
putPrefInt("defaultTheme", which) |
|
|
|
App.INSTANCE.applyDayNight() |
|
|
|
App.INSTANCE.applyDayNight() |
|
|
|
recreateActivities() |
|
|
|
recreateActivities() |
|
|
|
} |
|
|
|
} |
|
|
|