Merge "Drag and drop from the search view on the overview screen." into main

This commit is contained in:
Treehugger Robot
2025-03-11 18:26:48 -07:00
committed by Android (Google) Code Review
8 changed files with 43 additions and 17 deletions

View File

@@ -260,6 +260,7 @@ public class TaskbarControllers {
mAreAllControllersInitialized = false;
mSharedState = null;
taskbarDragController.onDestroy();
navbarButtonsViewController.onDestroy();
uiController.onDestroy();
rotationButtonController.onDestroy();
@@ -280,7 +281,6 @@ public class TaskbarControllers {
taskbarStashController.onDestroy();
bubbleControllers.ifPresent(controllers -> controllers.onDestroy());
taskbarDesktopModeController.onDestroy();
mControllersToLog = null;
mBackgroundRendererControllers = null;
}