I’m following directions on <https://developer.android.com/reference/kotlin/androidx/core/splashscre...
c
I’m following directions on https://developer.android.com/reference/kotlin/androidx/core/splashscreen/SplashScreen to implement splash screen on Android <12. My app UI is otherwise built entirely in Compose. Is
postSplashScreenTheme
still important in this case? I don’t have a theme to reference here.
a
You could just use the default AppCompat theme
Whatever the current theme in use is should be used here