Merge "Fix intercepting touch events for guts" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
87ffd28760
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user