mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Fixing bug with Launcher page scrolling
Change-Id: Ib9a5a77ffe40dfcde0f846558e5ef0441cb11f7f
This commit is contained in:
@@ -96,7 +96,7 @@ public abstract class SmoothPagedView extends PagedView {
|
||||
|
||||
@Override
|
||||
protected void snapToDestination() {
|
||||
snapToPageWithVelocity(mCurrentPage, 0);
|
||||
snapToPageWithVelocity(getPageNearestToCenterOfScreen(), 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user