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 has been archived by the owner on Nov 14, 2018. It is now read-only.
I'm not sure that this is a good idea, cause we'd have a new instance of Handler each time this function is called, but would it worth to have something like this:
Just as a reference to anko, they keep a reference of handler to avoid creating it each time. They will also avoid posting a runnable if you are already on the main thread
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm not sure that this is a good idea, cause we'd have a new instance of Handler each time this function is called, but would it worth to have something like this:
And also the following boolean might be useful in some cases:
The text was updated successfully, but these errors were encountered: