* commit '603b8016d775f62d60d721ca43461f4ce88cc581': 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.
|
* re-enable scrolling.
|
||||||
*/
|
*/
|
||||||
void stopScrolling() {
|
void stopScrolling() {
|
||||||
mCurrentPage = mNextPage;
|
mCurrentPage = getNextPage();
|
||||||
forceFinishScroller();
|
forceFinishScroller();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user