Join Slack
Powered by
I’m following directions on <https://developer.and...
# compose
c
Chris Fillmore
04/05/2022, 8:14 PM
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
andrew
04/08/2022, 6:15 PM
You could just use the default AppCompat theme
andrew
04/08/2022, 6:16 PM
Whatever the current theme in use is should be used here
5
Views
Open in Slack
Previous
Next