If I navigate from Screen A to Screen B using popUpTo(A){ inclusive = true }. Shouldn't my Screen B act like a start destination. I mean I want to exit my app if I press system back button from screen B. But in my case it is not happening if I press the back button from Screen B, it does nothing.
➕ 1
w
Will Shelor
08/26/2021, 4:08 PM
I’m not sure why you’re seeing that behavior. I have this code, and it works as expected: