mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 19:38:21 +00:00
Ensure drag outline & crosshairs disappear on drag cancel
Change-Id: I165d45846c0bfe74eda0d61b55e5b93fbfccdef2
This commit is contained in:
@@ -399,6 +399,7 @@ public class DragController {
|
||||
*/
|
||||
public void cancelDrag() {
|
||||
if (mDragging) {
|
||||
// Should we also be calling onDragExit() here?
|
||||
mDragSource.onDropCompleted(null, false);
|
||||
}
|
||||
endDrag();
|
||||
|
||||
Reference in New Issue
Block a user