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
Replace thread-blocking RxJava calls with suspending .await() extensions to prevent thread starvation, ANRs, and broken coroutine cancellation across the codebase.
Replace thread-blocking RxJava calls with suspending .await() extensions to prevent thread starvation, ANRs, and broken coroutine cancellation across the codebase.