You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including a Balloon in a Jetpack Compose UI hierarchy in MainActivity causes the splash screen (via AndroidX SplashScreen API) to display as a black screen while setKeepOnScreenCondition is true.
Expected Behavior:
After the initial splash screen (white background with an icon), the splash screen stays on for 2 more seconds.
After 2 seconds, the main UI appears.
Actual Behaviour:
After the initial splash screen, the app turns black
Including a Balloon in a Jetpack Compose UI hierarchy in MainActivity causes the splash screen (via AndroidX SplashScreen API) to display as a black screen while setKeepOnScreenCondition is true.
Expected Behavior:
Actual Behaviour:
Minimal example:
The text was updated successfully, but these errors were encountered: