Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 315959c6 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix issue with drags sometimes not being handled in tests" into tm-qpr-dev

parents f8f1306e 92c998a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -258,12 +258,12 @@ public class DragAndDropController implements DisplayController.OnDisplaysChange
                break;
            case ACTION_DRAG_ENTERED:
                pd.dragLayout.show();
                pd.dragLayout.update(event);
                break;
            case ACTION_DRAG_LOCATION:
                pd.dragLayout.update(event);
                break;
            case ACTION_DROP: {
                pd.dragLayout.update(event);
                return handleDrop(event, pd);
            }
            case ACTION_DRAG_EXITED: {