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

Commit cc690abb authored by Justin Weir's avatar Justin Weir Committed by Automerger Merge Worker
Browse files

Merge "Add QS header margin to OHM touch adjustment" into tm-qpr-dev am: 38d1b72c

parents a25e2ae7 38d1b72c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -3707,7 +3707,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements Dumpable
         * of DisplayArea into relative coordinates for all windows, we need to correct the
         * of DisplayArea into relative coordinates for all windows, we need to correct the
         * QS Head bounds here.
         * QS Head bounds here.
         */
         */
        final int xOffset = Math.round(ev.getRawX() - ev.getX());
        final int xOffset = Math.round(ev.getRawX() - ev.getX() + mQsHeader.getLeft());
        final int yOffset = Math.round(ev.getRawY() - ev.getY());
        final int yOffset = Math.round(ev.getRawY() - ev.getY());
        mQsHeaderBound.offsetTo(xOffset, yOffset);
        mQsHeaderBound.offsetTo(xOffset, yOffset);
        return mQsHeaderBound.contains((int) ev.getRawX(), (int) ev.getRawY());
        return mQsHeaderBound.contains((int) ev.getRawX(), (int) ev.getRawY());