Merge "Finish wrapped launcher animations if impl is gone" into sc-dev am: 871d435be2

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

Change-Id: I6f11306821f4e4356fd66e82ce28f8c04745ce39
This commit is contained in:
Sunny Goyal
2021-06-21 23:19:46 +00:00
committed by Automerger Merge Worker
@@ -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);
}
}
}