Why the hell did this work on Android 12?

This commit is contained in:
MM20 2021-12-07 19:17:53 +01:00
parent f201b1bb53
commit 98266971ba
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -193,7 +193,6 @@ class LauncherActivity : AppCompatActivity() {
super.onCreate(savedInstanceState)
val iconRepository: IconRepository by inject()
iconRepository.recreate()
recreate()
when(LauncherPreferences.instance.colorScheme) {
ColorSchemes.BLACK -> setTheme(R.style.LauncherTheme_BlackWhiteColors)