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
fix: rework the exception handler for the connection step
Calling onBack() in the exception handler doesn't make sense because:
- the coroutine is already interrupted by the exception
- onBack() is meant to handle user-initiated back navigation, not error recovery
- we still want the proper navigation logic but without the coroutine cancellation part
0 commit comments