/nav-compose-bug-demo

Demo project demonstrating a bug in Jetpack Navigation Compose

Primary LanguageKotlin

nav-compose-bug-demo

Demo project demonstrating a bug in Jetpack Navigation Compose.

bug-scr-record.mp4

Steps to reproduce -

  1. Open MainActivity in portrait mode.
  2. Change the orientation to landscape mode.
  3. Change the orientation back to portrait mode.

Actual result - The content of the screen disappears and the screen turns white.

Expected result - The content of the screen should restore correctly.