Merge "End scroller if it has already reached the final position" into sc-dev

This commit is contained in:
Winson Chung
2021-05-11 21:52:45 +00:00
committed by Android (Google) Code Review
3 changed files with 22 additions and 25 deletions

View File

@@ -1163,10 +1163,6 @@ public class Workspace extends PagedView<WorkspacePageIndicator>
mWallpaperOffset.syncWithScroll();
}
public void computeScrollWithoutInvalidation() {
computeScrollHelper(false);
}
@Override
public void announceForAccessibility(CharSequence text) {
// Don't announce if apps is on top of us.