Why the hell did this work on Android 12?
This commit is contained in:
parent
f201b1bb53
commit
98266971ba
@ -193,7 +193,6 @@ class LauncherActivity : AppCompatActivity() {
|
|||||||
super.onCreate(savedInstanceState)
|
super.onCreate(savedInstanceState)
|
||||||
val iconRepository: IconRepository by inject()
|
val iconRepository: IconRepository by inject()
|
||||||
iconRepository.recreate()
|
iconRepository.recreate()
|
||||||
recreate()
|
|
||||||
|
|
||||||
when(LauncherPreferences.instance.colorScheme) {
|
when(LauncherPreferences.instance.colorScheme) {
|
||||||
ColorSchemes.BLACK -> setTheme(R.style.LauncherTheme_BlackWhiteColors)
|
ColorSchemes.BLACK -> setTheme(R.style.LauncherTheme_BlackWhiteColors)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user