Merging from ub-launcher3-master @ build 6248758

Test: manual, presubmit on the source branch
http: //x20/teams/android-launcher/merge/ub-launcher3-master_6248758.html
Change-Id: I1c64ab220493793ba10cbbecf38a4df8381d8a54
Bug: 150504032
This commit is contained in:
Mehdi Alizadeh
2020-02-28 15:43:59 -08:00
committed by Sunny Goyal
96 changed files with 2736 additions and 808 deletions
@@ -201,7 +201,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();
}
}