File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Download
1111--------
1212
1313``` groovy
14- compile 'com.github.ivbaranov:materialfavoritebutton:0.1.4 '
14+ compile 'com.github.ivbaranov:materialfavoritebutton:0.1.5 '
1515```
1616
1717
@@ -83,7 +83,7 @@ favorite.setOnFavoriteAnimationEndListener(
8383To avoid triggering animation while re-rendering item view make sure you set favorite button state in ` onBindViewHolder ` without animation:
8484
8585``` java
86- favoriteButton. setFavorite(isFavorite(data. get(position)), false );
86+ favoriteButton. setFavorite(isFavorite(data. get(position)));
8787```
8888
8989
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty" for whole file
22
33# Current library version
4- VERSION_NAME =0.1.4
4+ VERSION_NAME =0.1.5
55
66# Dependency versions (library)
77SUPPORT_LIBRARY_VERSION =28.0.0-rc01
You can’t perform that action at this time.
0 commit comments