Hi. So I have a destination that I need to not hav...
# android
j
Hi. So I have a destination that I need to not have a back button if I navigated to it with popupto nav_graph, but there's also a case where it should show a back button. Previously I used AppBarConfiguration with my top destinations which would decide which fragments have a back button. Now I'm thinking that I should remove the AppBarConfiguration and somehow automatically show or hide the back button based on the back stack count. Any ideas how to do this? I can't find much information about it.
not kotlin but kotlin colored 4