Obsolete
Status Update
Comments
mn...@google.com <mn...@google.com> #2
Please provide following information which will help us to investigate this further,
* What is the desired behavior of the feature? (Be specific!)
* If relevant, why are current approaches or workarounds insufficient?
* If relevant, what new use cases will this feature will enable?
* What is the desired behavior of the feature? (Be specific!)
* If relevant, why are current approaches or workarounds insufficient?
* If relevant, what new use cases will this feature will enable?
Description
Jetpack Compose version: 1.6.3 Jetpack Compose component used: ui Android Studio Build: Android Studio Jellyfish | 2023.3.1 Beta 1 Kotlin version: 1.9.0
Steps to Reproduce or Code Sample to Reproduce:
Issue
When I navigate from
FirstFragment
toSecondFragment
the screen goes black for a moment before showing theSecondFragment
content making an incorrect transition, also when I navigate back toFirstFragment
fromSecondFragment
.Correct behavior
You should be able to see the correct behavior on this branch correct-behavior