Merge "Finish wrapped launcher animations if impl is gone" into sc-v2-dev am: 1f804199c4

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14940361

Change-Id: I58ebfb3ad4523c870e72e9a72a630e9e66213040
This commit is contained in:
Evan Rosky
2021-06-14 20:11:34 +00:00
committed by Automerger Merge Worker

View File

@@ -58,6 +58,8 @@ public class WrappedLauncherAnimationRunner<R extends WrappedAnimationRunnerImpl
if (animationRunnerImpl != null) {
animationRunnerImpl.onCreateAnimation(transit, appTargets, wallpaperTargets,
nonAppTargets, result);
} else {
result.setAnimation(null, null);
}
}
}