mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 10:18:20 +00:00
Merge "Fixing regression from animation not starting while in overview" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f054bf5681
@@ -904,8 +904,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
TaskViewUtils.composeRecentsLaunchAnimator(anim, taskView, apps, wallpaper, nonApps,
|
||||
true /* launcherClosing */, mActivity.getStateManager(), this,
|
||||
getDepthController());
|
||||
anim.start();
|
||||
}
|
||||
anim.start();
|
||||
}
|
||||
|
||||
private void updateTaskStartIndex(View affectingView) {
|
||||
|
||||
Reference in New Issue
Block a user