Created
June 8, 2017 20:52
-
-
Save marcin-adamczewski/92948684e6cb44868c6d5e56123c7517 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
void updateFavorite(final @NonNull Integer id, final boolean favorite) { | |
favoritesCache.get(id).onNext(favorite); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment