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

Commit 91ed1021 authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

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

parents 1d513c90 315959c6
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: {