Merge "Cancelling scroll indicator animation during All Apps transition"
This commit is contained in:
commit
22aae37f03
|
@ -1744,6 +1744,7 @@ public class Workspace extends SmoothPagedView
|
|||
@Override
|
||||
public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
|
||||
mIsSwitchingState = true;
|
||||
cancelScrollingIndicatorAnimations();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue