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

Commit a81b9f9c authored by Arthur Hung's avatar Arthur Hung Committed by Automerger Merge Worker
Browse files

Merge "Fix CrossAppDragAndDropTests failed" into tm-dev am: 1ae18287 am:...

Merge "Fix CrossAppDragAndDropTests failed" into tm-dev am: 1ae18287 am: c6d1fbe6 am: f7845301

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18753447



Change-Id: I460ad6723e429e26662fcef0c5846f9719bb99d2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c4165f99 f7845301
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);
        }