Merge "Do not report finish in mergeAnimation..." into main

This commit is contained in:
Wei Sheng Shih
2024-03-22 03:30:20 +00:00
committed by Android (Google) Code Review
2 changed files with 3 additions and 7 deletions
@@ -151,7 +151,8 @@ public class KeyboardQuickSwitchViewController {
context.getDeviceProfile().overviewPageSpacing,
QuickStepContract.getWindowCornerRadius(context),
AnimationUtils.loadInterpolator(
context, android.R.interpolator.fast_out_extra_slow_in)));
context, android.R.interpolator.fast_out_extra_slow_in)),
"SlideInTransition");
if (mOnDesktop) {
UI_HELPER_EXECUTOR.execute(() ->
SystemUiProxy.INSTANCE.get(mKeyboardQuickSwitchView.getContext())