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
|
@Override
|
||||||
public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
|
public void onLauncherTransitionStart(Launcher l, boolean animated, boolean toWorkspace) {
|
||||||
mIsSwitchingState = true;
|
mIsSwitchingState = true;
|
||||||
|
cancelScrollingIndicatorAnimations();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue