Assigned
Status Update
Comments
wi...@google.com <wi...@google.com> #2
Hey hughesno1@, when do you add the onPreDrawListener to delay the rendering of activity? Mind providing us with a sample application?
No update yet.
Hey hughesno1@, when do you add the onPreDrawListener to delay the rendering of activity? Mind providing us with a sample application?
Description
On API level 21 and 22, the splash icon is not displayed at first. It is displayed during the splash exit animation.
The issue can be reproduced in the demo project (
core.core-splashscreen.core-splashscreen-samples
). It's easier to see when theMOCK_DELAY
constant inSplashScreenSampleActivity.kt
is larger.It works as intended on API levels 23-30 (no icon animation) as well as on 31+ (icon animation).