Skip to content

Instantly share code, notes, and snippets.

@bastionkid
Created September 15, 2022 06:44
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 bastionkid/55587a39d8ed3b072caa998747b334a9 to your computer and use it in GitHub Desktop.
Save bastionkid/55587a39d8ed3b072caa998747b334a9 to your computer and use it in GitHub Desktop.
After Observer loop crash
for (observer in observers) {
observer.onStatusChange()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment