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
We're extensively using runCatching in the codebase because it's very useful, but it's also a code smell (see Kotlin/kotlinx.coroutines#1814). This can catch and ignore: