Skip to content

Commit

Permalink
Update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ATHBK authored and ATHBK committed May 19, 2017
1 parent 0f090a9 commit 0f15a43
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,9 @@ public void setViewPager(ViewPager viewPager) {
for (int i = 0; i < count; i++){
indicators[i] = indicatorFactory.getIndicatorBasic(type, radius, i == 0);
}
beforePosition = 0;
currentPosition = 0;
requestLayout();
}

public void setType(StyleIndicator type) {
Expand Down

0 comments on commit 0f15a43

Please sign in to comment.