2021-01-25-Android-NavPop
Let's say, after signing in, App shouldn't go back to login page or any other page.
Here is how you do it.
Open DashboardFragment.kt
file
DashboardFragment.kt
fileBasically, with following, we are setting Dashboard Fragment as a root fragment of Nav Controller. This means that even if you landed on Dashboard after log-in, pressing back button won't go back to log-in page.
Last updated
Was this helpful?