mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-05 18:36:49 +00:00
Fixing issue where dropping on the system bar would not properly cancel the drag.
Change-Id: I3d920cabb99216c222d5c419374527068f1947d0
This commit is contained in:
@@ -584,6 +584,8 @@ public class DragController {
|
||||
mDragSource.onDropCompleted((View) dropTarget, false);
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
mDragSource.onDropCompleted(null, false);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user