Fixed incorrect theme
This commit is contained in:
parent
c7f7f9d695
commit
959235ad02
5 changed files with 10 additions and 14 deletions
|
@ -53,7 +53,7 @@ class RestoreActivity : AppCompatActivity() {
|
|||
}
|
||||
|
||||
private fun updateTheme() {
|
||||
AppCompatDelegate.setDefaultNightMode(ThemeManager.getNightMode(this))
|
||||
AppCompatDelegate.setDefaultNightMode(ThemeManager.getNightMode())
|
||||
|
||||
// Apply dynamic colors to activity if enabled
|
||||
if (PreferenceUtil.materialYou) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue