Fixing bug with Launcher page scrolling

Change-Id: Ib9a5a77ffe40dfcde0f846558e5ef0441cb11f7f
This commit is contained in:
Adam Cohen
2010-09-15 14:43:42 -07:00
parent 9415eddcf4
commit d19d3ca3ec
2 changed files with 7 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ public abstract class SmoothPagedView extends PagedView {
@Override
protected void snapToDestination() {
snapToPageWithVelocity(mCurrentPage, 0);
snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0);
}
@Override