When using the “navigate back” flow function after a “component tap” event I can see the navigate back event happening in the debugger. Everything works fine.
But when using android’s built in gesture navigation and I navigate back, I cannot see that event in the debugger. Also my app crashes sometimes on swipe back event.
I guess that is because of some loops not completing or not being stopped by the navigate back event.
Is native gesture navigation intended to work this way?