How to delay SplashScreen Core API until we read s...
# compose
a
How to delay SplashScreen Core API until we read some data from DataStore in Jetpack compose ?? in the official they use this How to implement the same thing with Jetpack compose ?
👀 3
f
Just call
setContent
at the end of
onCreate
. However, exit animations currently do not work. They will in alpha02