Last active
June 19, 2017 15:58
-
-
Save marcin-adamczewski/4d5a1e0d168f0c5f9c8d8a42bffc7719 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 onFavoriteButtonClick() { | |
favoriteButton.setFavorite(!favoriteButton.isFavorite()) // toggle state | |
makeFavRequest(favoriteButton.isFavorite()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment