From 8a672e15cc95528d70e60fd3a598edc962b0ff9c Mon Sep 17 00:00:00 2001 From: Evan Rosky Date: Thu, 10 Jun 2021 14:54:12 -0700 Subject: [PATCH] Finish wrapped launcher animations if impl is gone If the runner impl is gone (since it is a weakreference), we still need to complete the animation contract by calling the finish callback, so do that. Bug: 183993924 Test: atest ActivityMetricsLoggerTests Change-Id: Idce1859f0417cb74bbb9884e0d06750539e4545e --- .../com/android/launcher3/WrappedLauncherAnimationRunner.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java b/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java index e31927550c..fcf9857649 100644 --- a/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java +++ b/quickstep/src/com/android/launcher3/WrappedLauncherAnimationRunner.java @@ -58,6 +58,8 @@ public class WrappedLauncherAnimationRunner