commit | 578890ad93b566e9ba6380fe1349b0dad7d93427 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Tue May 08 15:25:28 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Tue May 08 15:35:29 2018 -0700 |
tree | f8dd19d2cd540ff1731b1de902f1400f14084294 | |
parent | ad59f63aabd657384c092e6149c62b7460c6d1de [diff] |
Fixing task icon not animating when swiping up Bug: 79236139 Change-Id: I3db7bd098053ebad0d42fa0245a0dbbafb4291c9
diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 82a5bdc..8c3e1a2 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java
@@ -406,7 +406,6 @@ taskView.bind(task); } resetTaskVisuals(); - applyIconScale(false /* animate */); if (oldChildCount != getChildCount()) { mQuickScrubController.snapToNextTaskIfAvailable(); @@ -426,6 +425,7 @@ if (mRunningTaskTileHidden) { setRunningTaskHidden(mRunningTaskTileHidden); } + applyIconScale(false /* animate */); updateCurveProperties(); // Update the set of visible task's data