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
Hello, i have an app designed by navigation component, my app navigates between fragments by navController.navigate() and navController.popBackStack(). Now i want to make a feature that user can swipe to back between current fragment and previous fragment but i didn't have an idea. How can i do it?
The text was updated successfully, but these errors were encountered:
Hello, i have an app designed by navigation component, my app navigates between fragments by
navController.navigate()
andnavController.popBackStack()
. Now i want to make a feature that user can swipe to back between current fragment and previous fragment but i didn't have an idea. How can i do it?The text was updated successfully, but these errors were encountered: