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

Commit 1ae18287 authored by Arthur Hung's avatar Arthur Hung Committed by Android (Google) Code Review
Browse files

Merge "Fix CrossAppDragAndDropTests failed" into tm-dev

parents 0a194469 2d6b7b0a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -342,6 +342,11 @@ class DragDropController {
    }

    void reportDropWindow(IBinder token, float x, float y) {
        if (mDragState == null) {
            Slog.w(TAG_WM, "Drag state is closed.");
            return;
        }

        synchronized (mService.mGlobalLock) {
            mDragState.reportDropWindowLock(token, x, y);
        }