Revert "Align OverviewActionsView for 3 button taskbar"

This reverts commit 6e906f3436.

Reason for revert: b/204891006
Bug: 189807374
Change-Id: I1b3f93d44b1691aa3d2cc90222ac93067a5cf6b4
This commit is contained in:
Alex Chau
2021-12-03 15:14:49 +00:00
parent 6e906f3436
commit 149acef8d7
3 changed files with 12 additions and 44 deletions
@@ -1129,7 +1129,7 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
for (int i = 0; i < taskCount; i++) {
View v = getTaskViewAt(i);
if (!(v instanceof GroupedTaskView)) {
continue;
return;
}
GroupedTaskView gtv = (GroupedTaskView) v;
gtv.onTaskListVisibilityChanged(false);