Merge "Fixing adjascent pages not visible when starting animation" into ub-launcher3-calgary

This commit is contained in:
Sunny Goyal
2016-07-15 18:05:15 +00:00
committed by Android (Google) Code Review
@@ -888,8 +888,8 @@ public class LauncherStateTransitionAnimation {
mAllAppsController.animateToWorkspace(animation, revealDuration, false);
// Dispatch the prepare transition signal
dispatchOnLauncherTransitionPrepare(fromView, animated, false);
dispatchOnLauncherTransitionPrepare(toView, animated, false);
dispatchOnLauncherTransitionPrepare(fromView, animated, multiplePagesVisible);
dispatchOnLauncherTransitionPrepare(toView, animated, multiplePagesVisible);
final AnimatorSet stateAnimation = animation;
final Runnable startAnimRunnable = new Runnable() {