emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
925 stars 273 forks source link

setOnFlipListener #67

Open whowazit opened 8 years ago

whowazit commented 8 years ago

public void onFlippedToPage(FlipView flipView, int i, long l)

The i and l has the same value which I don't think it should not be.