Skip to content

Commit

Permalink
fixed issue tommybuonomo#25 for worms.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraham committed Mar 22, 2019
1 parent 87732b1 commit 20c83e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ private void setUpDotsAnimators() {
}
setUpOnPageChangedListener();
viewPager.addOnPageChangeListener(pageChangedListener);
pageChangedListener.onPageScrolled(0, 0, 0);
pageChangedListener.onPageScrolled(viewPager.getCurrentItem(), 0, 0);
}
}

Expand Down

0 comments on commit 20c83e7

Please sign in to comment.