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
Both method currently use the default got implementation which is (I think), synchronous, thus blocking the main thread. This makes it impossible to use spinner during a download.
A solution might be to use the stream API instead
The text was updated successfully, but these errors were encountered:
Both method currently use the default
got
implementation which is (I think), synchronous, thus blocking the main thread. This makes it impossible to usespinner
during a download.A solution might be to use the stream API instead
The text was updated successfully, but these errors were encountered: