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

Commit 7615130f authored by Vladislav Kaznacheev's avatar Vladislav Kaznacheev
Browse files

Fix cross-app drag and drop

Bug:27219399
Change-Id: I37199d140ca451326754a321b3a15f82c18157fa
parent e6e57a9d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -10489,6 +10489,11 @@ public class WindowManagerService extends IWindowManager.Stub
                continue;
            }

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

            child.getTouchableRegion(mTmpRegion);

            final int touchFlags = flags &