Merge "Cancelling scroll indicator animation during All Apps transition"

This commit is contained in:
Michael Jurka 2012-03-30 06:17:31 -07:00 committed by Android (Google) Code Review
commit 22aae37f03
1 changed files with 1 additions and 0 deletions

View File

@ -1744,6 +1744,7 @@ public class Workspace extends SmoothPagedView
@Override
public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
mIsSwitchingState = true;
cancelScrollingIndicatorAnimations();
}
@Override