Join Slack
Powered by
Hi all, what is the difference between `navControl...
# compose
b
brabo-hi
01/20/2022, 2:01 AM
Hi all, what is the difference between
navController.popBackStack()
and
navController.navigateUp()
i
Ian Lake
01/20/2022, 2:39 AM
This is explained in the Principles of Navigation:
https://developer.android.com/guide/navigation/navigation-principles#the_up_button_never_exits_your_app
👍 1
Ian Lake
01/20/2022, 2:40 AM
The only difference is when the user deep links into your app on their task stack
👍 1
c
Colton Idle
01/20/2022, 3:50 AM
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1631770870379500
Open in Slack
Previous
Next