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/3924eb5878b3e2b00b1e8cece559bb92 to your computer and use it in GitHub Desktop.
Save bastionkid/3924eb5878b3e2b00b1e8cece559bb92 to your computer and use it in GitHub Desktop.
Before Observer loop crash
for (i in 0 until observers.size) {
observers[i].onStatusChange()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment