Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Last active September 10, 2018 23:11
Show Gist options
  • Save markchristopherng/0ecba4023efeb44cfb8c1dfe18eb51f5 to your computer and use it in GitHub Desktop.
Save markchristopherng/0ecba4023efeb44cfb8c1dfe18eb51f5 to your computer and use it in GitHub Desktop.
fun refreshSavedBillers() {
payBillManager.getAll()
.compose(defaultOptions())
.autoDisposable()
.subscribe({
displaySavedBillers(it)
}) { Timber.d(it) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment