Hi all, what is the difference between `navControl...
# compose
b
Hi all, what is the difference between
navController.popBackStack()
and
navController.navigateUp()
i
The only difference is when the user deep links into your app on their task stack
👍 1