Skip to content

Instantly share code, notes, and snippets.

@NoNews
Created January 3, 2022 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NoNews/4bc3889d1d9f82916a9c1416108c65e9 to your computer and use it in GitHub Desktop.
Save NoNews/4bc3889d1d9f82916a9c1416108c65e9 to your computer and use it in GitHub Desktop.
override fun isDispatchNeeded(context: CoroutineContext): Boolean {
return !invokeImmediately || Looper.myLooper() != handler.looper
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment