Skip to content

Instantly share code, notes, and snippets.

@HIFILEO
Last active December 18, 2017 21:33
Show Gist options
  • Save HIFILEO/059597b639caa8a68592a126088b28a7 to your computer and use it in GitHub Desktop.
Save HIFILEO/059597b639caa8a68592a126088b28a7 to your computer and use it in GitHub Desktop.
nowPlayingViewModel.getAdapterDataPublishSubject()
.observeOn(AndroidSchedulers.mainThread())
.subscribe(adapterUiCommand -> {
//Update UI (Adapter Only)...
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment