Merge "Replace taskbar hotseat with real hotseat when folder is open" into sc-dev

This commit is contained in:
Tony Wickham
2021-03-13 02:17:49 +00:00
committed by Android (Google) Code Review
9 changed files with 158 additions and 27 deletions

View File

@@ -328,6 +328,10 @@ public abstract class BaseQuickstepLauncher extends Launcher
@Override
public void onDragLayerHierarchyChanged() {
onLauncherStateOrFocusChanged();
if (mTaskbarController != null) {
mTaskbarController.onLauncherDragLayerHierarchyChanged();
}
}
@Override