mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
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:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user