You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @martyniukkk, thanks for raising this issue. I've taken a look at this and it turns out the SearchBar() composable I've used in this screen that is provided in the Compose standard library overrides the back button using a BackHandler. I've tried overriding this with an onNavigateUp() call but it seems that the bottom navigation bar somehow blocks this solution from working.
The combination of a SearchBar inside of a bottom navigation bar seems to be an unhandled interaction that has this bug. Aside from rewriting the search screen to no longer use the SearchBar() composable I'm unsure how else this could be solved 🤔
When I open search tab and click back button - nothing happens
Screen_recording_20241228_233137.mp4
The text was updated successfully, but these errors were encountered: