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
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
The following explanation does not apply to the code it refers to:
This implementation uses a callback to do a few things:
Before it starts a query, it displays a loading spinner with _spinner.value = true
When it gets a result, it clears the loading spinner with _spinner.value = false
The implementation with callbacks displays loading spinner with _spinner.postValue() in order to switch back to main thread
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following explanation does not apply to the code it refers to:
The implementation with callbacks displays loading spinner with
_spinner.postValue()
in order to switch back to main threadThe text was updated successfully, but these errors were encountered: