Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
Trying to keep the splash screen for longer period with this splashScreen.setKeepOnScreenCondition { true }. App crashes, If back button is pressed, when the splash screen window is showing with icon animating. OnBackPressed callback doesn't event intercept back press, when setKeepOnScreenCondition is set true.
I have used jetpack compose and kotlin and Android version >12.
Relevant logcat output
Code of Conduct