mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Drag and drop from the search view on the overview screen.
Bubble bar drop targets have been added to the TaskbarDragController used in the TaskbarOverlayContext. This enables dragging taskbar icons to the bubble bar drop zone from the search view on the overview screen. Bug: 399678274 Flag: com.android.wm.shell.enable_create_any_bubble Test: Manual. Go to the overview screen. Click the search icon. Drag any application icon from the grid to the bubble bar drop zone. Drop the application icon. Change-Id: I33eb13785d8837fefc717a95a6566d3091ec855b
This commit is contained in:
@@ -257,6 +257,7 @@ public class TaskbarControllers {
|
||||
mAreAllControllersInitialized = false;
|
||||
mSharedState = null;
|
||||
|
||||
taskbarDragController.onDestroy();
|
||||
navbarButtonsViewController.onDestroy();
|
||||
uiController.onDestroy();
|
||||
rotationButtonController.onDestroy();
|
||||
@@ -277,7 +278,6 @@ public class TaskbarControllers {
|
||||
taskbarStashController.onDestroy();
|
||||
bubbleControllers.ifPresent(controllers -> controllers.onDestroy());
|
||||
taskbarDesktopModeController.onDestroy();
|
||||
|
||||
mControllersToLog = null;
|
||||
mBackgroundRendererControllers = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user