Hey folks, using jetpack Navigation, I can add ent...
# android-architecture
a
Hey folks, using jetpack Navigation, I can add enterAnim and exitAnim in the navigation action, but how can I add animation when using navigationUp()?
g
I'm not with my Android Studio right now, but I'm quite sure is something like popEnterAnim and popExitAnim (or something like that)
a
Thanks @Gabriel Guedes I thought the popEnterAnim only works when using popBackStack() I just tried it works on navigateUp() as well 👍