You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @SEAbdulbasit,
Currently, when the user comes back from DetailScreen to MainScreenView, it recomposes MainScreenView every time. This resulting into inconsistent UI state. This is probably due to the manual navigation to composable screens. I could see in MainView.kt file some code is commented that handles navigation using Jetpack Navigation.
I wanted to discuss that, can we uncomment this code or any other scenario is there due to which it is commented?
The text was updated successfully, but these errors were encountered:
Hi @SEAbdulbasit,
Currently, when the user comes back from DetailScreen to MainScreenView, it recomposes MainScreenView every time. This resulting into inconsistent UI state. This is probably due to the manual navigation to composable screens. I could see in MainView.kt file some code is commented that handles navigation using Jetpack Navigation.
I wanted to discuss that, can we uncomment this code or any other scenario is there due to which it is commented?
The text was updated successfully, but these errors were encountered: