* commit 'd7797521f312697a8947938056b2f3807009a92c': Fixing crash with invalid current page.
This commit is contained in:
@@ -515,7 +515,7 @@ public abstract class PagedView extends ViewGroup implements ViewGroup.OnHierarc
|
||||
* re-enable scrolling.
|
||||
*/
|
||||
void stopScrolling() {
|
||||
mCurrentPage = mNextPage;
|
||||
mCurrentPage = getNextPage();
|
||||
forceFinishScroller();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user