Hey! I'm unsure what's causing this issue. I'm u...
# compose
n
Hey! I'm unsure what's causing this issue. I'm using Material's Search Bar. And from the search sheet I want to open the details of an item on click. So the navigation flow is the following: List -> Search (not a navigation, just activate the search bar) -> Details With predictive back gesture on Android, when going back from details everything is good, but if from the details screen I open an intent to Maps, the following back flow is expected: Maps-> Details -> Search -> List But the predictive gesture doesn't work the first time and I need a second back to actually go back, and the search screen is skipped. So this happens instead: Maps -> Details ---no predictive gesture--> Details --predictive gesture works here--> List What could be happening? Thanks!