android / codelab-android-navigation

Apache License 2.0
635 stars 275 forks source link

Navigation is slow #101

Open Osamasaqr84 opened 3 years ago

Osamasaqr84 commented 3 years ago

when navigate to next screen , it talks one or two second .

val nextAction = HomeFragmentDirections.nextProductDetails(productId) findNavController().navigate(nextAction)