Skip to content

Commit

Permalink
[FIX] 添加外部更改显示图片的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
sunyichao committed Oct 16, 2017
1 parent 1141ab2 commit e8bd74f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ public void onPageSelected(int position) {
}
}

public void setCurrentPage(int page) {
index = page;
}

@Override
public void onDestroyView() {
if (onDestroyCallback != null) {
Expand Down

0 comments on commit e8bd74f

Please sign in to comment.