fix theme

This commit is contained in:
Bnyro 2022-07-06 17:18:09 +02:00
parent ed71971612
commit b93ae59e63

View File

@ -60,9 +60,9 @@ class MainActivity : AppCompatActivity() {
}
// set the theme
ThemeHelper.updateTheme(applicationContext)
ThemeHelper.updateTheme(this)
// set the language
LocaleHelper.updateLanguage(applicationContext)
LocaleHelper.updateLanguage(this)
super.onCreate(savedInstanceState)