VerushkinRoman
VerushkinRoman
Almost same here. ```kotlin scene( route = NavigationTree.AuthFlow.Login.name, navTransition = getNavTransition( createDirection = { if (previousEntry?.route?.route == NavigationTree.AuthFlow.Main.name) SlideDirection.Left else SlideDirection.Right }, destroyDirection = { if (previousEntry?.route?.route == NavigationTree.AuthFlow.Main.name) SlideDirection.Left...
If i use androidx.activity.compose.BackHandler in actual android implementation, animation works as expected. But if I replace it with moe.tlaster.precompose.navigation.BackHandler, animation speed up