I’m using Navigation component and, I have logout menu option in toolbar, when clicking it, it shoul...
m
I’m using Navigation component and, I have logout menu option in toolbar, when clicking it, it should navigate to login fragment .. clicking back button return to the previous [loggedin screen]
r
Copy code
navController.navigate(login_screen) {
            popUpTo(home_screen) { inclusive = true } //loggedinscreen
        }
c
This video might be helpful

https://youtu.be/09qjn706ITA?t=285

🙌 1
442 Views