jetpack compose navigation animation issues
why is there a fade animation during navigation since im using normal navigation. the code is attached below:
Dynamic Return button appears and disappears wrongly during navigation animation transition period in Jetpack Compose
I have a TopAppBar component that conditionally displays a back button based on whether there is a previous destination in the navigation back stack.(This is what I learned in jetpack compose codelab about navigation) The back button is shown if navController.previousBackStackEntry != null.