[automerger] Fixing task icon not animating when swiping up am: 578890ad93
Change-Id: Ia53fcd0e16666905cb92a0f1530397341f8620d0
This commit is contained in:
@@ -406,7 +406,6 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
|
||||
taskView.bind(task);
|
||||
}
|
||||
resetTaskVisuals();
|
||||
applyIconScale(false /* animate */);
|
||||
|
||||
if (oldChildCount != getChildCount()) {
|
||||
mQuickScrubController.snapToNextTaskIfAvailable();
|
||||
@@ -426,6 +425,7 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
|
||||
if (mRunningTaskTileHidden) {
|
||||
setRunningTaskHidden(mRunningTaskTileHidden);
|
||||
}
|
||||
applyIconScale(false /* animate */);
|
||||
|
||||
updateCurveProperties();
|
||||
// Update the set of visible task's data
|
||||
|
||||
Reference in New Issue
Block a user