Skip to content

Commit

Permalink
Fixed issue with non working setProgress method if PageIndicatorView …
Browse files Browse the repository at this point in the history
…is not attached to ViewPager
  • Loading branch information
romandanylyk committed Oct 27, 2017
1 parent a1d0156 commit 3df8093
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ public void setSelectedColor(int selectedColor) {
}

public boolean isInteractiveAnimation() {
return interactiveAnimation && viewPagerId != View.NO_ID;
return interactiveAnimation;
}

public void setInteractiveAnimation(boolean interactiveAnimation) {
Expand Down

0 comments on commit 3df8093

Please sign in to comment.