commit | 1f804199c4f36f55b4e20b50ac7893ce5d0766bb | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Mon Jun 14 19:58:13 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 14 19:58:13 2021 +0000 |
tree | ad26b9ff7f3ebd3e7a5d0e536baa5b8212bcfec1 | |
parent | b2d6d733771c7e41513a805ef561e188d2c37b4c [diff] | |
parent | 8a672e15cc95528d70e60fd3a598edc962b0ff9c [diff] |
Merge "Finish wrapped launcher animations if impl is gone" into sc-v2-dev
diff --git a/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java b/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java index e319275..fcf9857 100644 --- a/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java +++ b/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java
@@ -58,6 +58,8 @@ if (animationRunnerImpl != null) { animationRunnerImpl.onCreateAnimation(transit, appTargets, wallpaperTargets, nonAppTargets, result); + } else { + result.setAnimation(null, null); } } }