Skip to content

Instantly share code, notes, and snippets.

@StephenVinouze
Created May 13, 2020 07:08
Show Gist options
  • Save StephenVinouze/c2027d0c2270ac596232407f0c84c952 to your computer and use it in GitHub Desktop.
Save StephenVinouze/c2027d0c2270ac596232407f0c84c952 to your computer and use it in GitHub Desktop.
private fun poll() {
pollable.startPolling()
.subscribe({
refreshView()
}, Timber::e)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment