Skip to content

Commit

Permalink
Fixes #135
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrichreimer committed Sep 20, 2016
1 parent c68005f commit 3100a7c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,10 @@ public List<Slide> setSlides(List<? extends Slide> list) {
notifyDataSetChanged();
return oldList;
}

public void setPageTransformer(boolean reverseDrawingOrder, ViewPager.PageTransformer transformer) {
pager.setPageTransformer(reverseDrawingOrder, transformer);
}

public void notifyDataSetChanged() {
int position = this.position;
Expand Down

0 comments on commit 3100a7c

Please sign in to comment.