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

Commit bcac3bd7 authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev Committed by Android (Google) Code Review
Browse files

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

parents f269fd7f 7615130f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10490,6 +10490,11 @@ public class WindowManagerService extends IWindowManager.Stub
                continue;
            }

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

            child.getTouchableRegion(mTmpRegion);

            final int touchFlags = flags &