Skip to content

Commit

Permalink
* [android] fix stackoverflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Nov 3, 2016
1 parent 5d2c63c commit 6a01059
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public void registerGestureListener(WXGesture wxGesture) {
}

private int getRealCurrentItem() {
int i = getCurrentItem();
int i = super.getCurrentItem();
return ((WXCirclePageAdapter) getAdapter()).getRealPosition(i);
}

Expand Down

0 comments on commit 6a01059

Please sign in to comment.