OverviewActions: Creating parent view to house RecentsView and Overview Actions.

Creating RecentsViewHolder to be contain LauncherRecentsView in OverviewPanel so Overview Actions View can be created only once.

Change-Id: I111f88903d2ff80275cc2e07b761577260073c17
This commit is contained in:
Sreyas
2020-02-05 16:58:34 -08:00
parent 621c1a8be7
commit a241df66df
6 changed files with 29 additions and 16 deletions

View File

@@ -194,7 +194,7 @@ public abstract class BaseQuickstepLauncher extends Launcher
if (FeatureFlags.ENABLE_OVERVIEW_ACTIONS.get() && removeShelfFromOverview(this)) {
// Overview is above all other launcher elements, including qsb, so move it to the top.
getOverviewPanel().bringToFront();
getOverviewPanelContainer().bringToFront();
}
}