Releases: IvBaranov/MaterialFavoriteButton
Releases Β· IvBaranov/MaterialFavoriteButton
0.1.5
Changes to setting methods:
setFavorite(bool favorite)
from now changes state without animation
setFavoriteAnimated(bool favorite)
is new method which changes state with animation
setFavoriteSuppressListener(bool favorite)
is new method which changes state without calling OnFavoriteChangeListener
setFavorite(boolean favorite, boolean animated)
is deprecated