From 9ae484a6ba5cede9e52206be3119a5eaf0d70bc9 Mon Sep 17 00:00:00 2001 From: Sunny Goyal Date: Thu, 30 Apr 2020 17:04:39 -0700 Subject: [PATCH] Fixing RecentsView translation is not reset on app-launch animation Bug: 155166631 Change-Id: I25b9783fb1ae0d1e3d477a9d9f5aedf60c3c575d --- .../com/android/launcher3/LauncherAppTransitionManagerImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstep/recents_ui_overrides/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java b/quickstep/recents_ui_overrides/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java index 79b4002498..908e1f4b8a 100644 --- a/quickstep/recents_ui_overrides/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java +++ b/quickstep/recents_ui_overrides/src/com/android/launcher3/LauncherAppTransitionManagerImpl.java @@ -151,6 +151,7 @@ public final class LauncherAppTransitionManagerImpl extends QuickstepAppTransiti return () -> { overview.setFreezeViewVisibility(false); + overview.setTranslationY(0); mLauncher.getStateManager().reapplyState(); }; }