Merge "Finish wrapped launcher animations if impl is gone" into sc-v2-dev

This commit is contained in:
Evan Rosky 2021-06-14 19:58:13 +00:00 committed by Android (Google) Code Review
commit 1f804199c4
1 changed files with 2 additions and 0 deletions

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);
}
}
}