Created
May 13, 2020 07:08
-
-
Save StephenVinouze/c2027d0c2270ac596232407f0c84c952 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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