mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Fixing task icon not animating when swiping up
Bug: 79236139 Change-Id: I3db7bd098053ebad0d42fa0245a0dbbafb4291c9
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