Last active
December 18, 2017 21:33
-
-
Save HIFILEO/059597b639caa8a68592a126088b28a7 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
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