mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Using DragObject for folder drop instead of maintaining states when drag starts from inside a folder
am: e393d3af36
Change-Id: I44abfbed5ea0a8125b8c5ca50ecdf3a205de8775
This commit is contained in:
@@ -2906,7 +2906,7 @@ public class Workspace extends PagedView
|
||||
|
||||
private void cleanupAddToFolder() {
|
||||
if (mDragOverFolderIcon != null) {
|
||||
mDragOverFolderIcon.onDragExit(null);
|
||||
mDragOverFolderIcon.onDragExit();
|
||||
mDragOverFolderIcon = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user