mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Fix for bug where expensive launcher animations were being paused and never resumed." into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
28d354c9a1
@@ -517,6 +517,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
appsView.setAlpha(startAlpha);
|
||||
SCALE_PROPERTY.set(appsView, startScale);
|
||||
appsView.setLayerType(View.LAYER_TYPE_NONE, null);
|
||||
mLauncher.resumeExpensiveViewUpdates();
|
||||
};
|
||||
} else if (mLauncher.isInState(OVERVIEW)) {
|
||||
endListener = composeViewContentAnimator(launcherAnimator, alphas, scales);
|
||||
@@ -634,6 +635,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener
|
||||
overview.setFreezeViewVisibility(false);
|
||||
SCALE_PROPERTY.set(overview, 1f);
|
||||
mLauncher.getStateManager().reapplyState();
|
||||
mLauncher.resumeExpensiveViewUpdates();
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user