Verified
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Can you please double check the link to your git repository for the repro? It leads to a 404
ra...@google.com <ra...@google.com> #3
ra...@google.com <ra...@google.com> #4
After looking at the code, what surprises me is that it works on Android 12.
The correct way to achieve this is to never return false in the KeepOnScreenCondition
. Otherwise, the time between the condition being false and the new activity being visible will let the splash screen activity appear
The condition is evaluated for the current view tree only, so as soon as you start the next activity, it will be ignored and the splash screen will be removed.
Description
Jetpack Compose release version: alpha12 Android Studio Build: Android Studio Arctic Fox | 2020.3.1 Canary 7 Build #AI-203.7148.57.2031.7136282
Steps to Reproduce: