commit | 871d435be29589172bbb823a83453513172f1b3a | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon Jun 21 23:03:27 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon Jun 21 23:03:27 2021 +0000 |
tree | 14aed661f25f0a61d98ed86bec045326b7156f47 | |
parent | b3eafe97bbdf635ce9c099471206cae0dd90ed8e [diff] | |
parent | 08c3480b8459323af4fd6e16f09697fc5ac8c731 [diff] |
Merge "Finish wrapped launcher animations if impl is gone" into sc-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); } } }