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
Felix Schütz
09/26/2021, 8:48 PM
Just call
setContent
at the end of
onCreate
. However, exit animations currently do not work. They will in alpha02