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

Commit 84fd2e5d authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by android-build-merger
Browse files

Merge "Fix cross-app drag and drop" into nyc-dev

am: bcac3bd7

* commit 'bcac3bd7':
  Fix cross-app drag and drop
parents 10c5148f bcac3bd7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10506,6 +10506,11 @@ public class WindowManagerService extends IWindowManager.Stub
                continue;
            }

            child.getVisibleBounds(mTmpRect);
            if (!mTmpRect.contains(x, y)) {
                continue;
            }

            child.getTouchableRegion(mTmpRegion);

            final int touchFlags = flags &