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

Commit b3e029cb authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Fix intercepting touch events for guts" into pi-dev

am: 87ffd287

Change-Id: If558d3856e5572e130fc5506e1b9f129828cad63
parents 5b9acb5f 87ffd287
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2599,6 +2599,9 @@ public class ExpandableNotificationRow extends ActivatableNotificationView

    @Override
    protected boolean disallowSingleClick(MotionEvent event) {
        if (areGutsExposed()) {
            return false;
        }
        float x = event.getX();
        float y = event.getY();
        NotificationHeaderView header = getVisibleNotificationHeader();