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(contextchat): catch network failures when loading chat message context
ConnectException (and other IOExceptions) thrown from the uncaught
network call inside viewModelScope.launch had no propagation path,
crashing the app via the last-resort uncaught exception handler
instead of surfacing the existing Error UI state.
Assisted-by: Claude Code:claude-sonnet-5
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
0 commit comments