Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 717 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 717 Bytes

BlackScreen Minimal reproduction project

This project is a minimal reproduction project for the issue I am facing with the black screen during fragment transitions when wrapped inside compose see ContainerFragment.kt

Issue

When I navigate from FirstFragment to SecondFragment the screen goes black for a moment before showing the SecondFragment content making an incorrect transition, also when I navigate back to FirstFragment from SecondFragment.

Correct behavior

You should be able to see the correct behaviour on this branch correct-behavior