eschao / android-PageFlip

3D Style Page Flip on Android
Apache License 2.0
1.74k stars 262 forks source link

Incorrect Page Number. #58

Open JoysonF opened 4 years ago

JoysonF commented 4 years ago

mPageNo returns incorrect page numbers. For the first 2 pages, the mPageNo returns same value 1.

JoysonF commented 4 years ago

In onDrawFrame() in SinglePageRender.java file, the following condition if (!page.isSecondTextureSet()) { ..... }, fails, if user swipes forward and then comes back to first page by swiping backwards. And then swipes forward, for page no. 2, it does not show the correct page.

eschao commented 4 years ago

I will take a look. Thanks