Fixed a bug that the user could not drag down on the heads up
Change-Id: I4a806c88d9b2bf4d176dab32ed793c1105ffd237
(cherry picked from commit dcc3138db2)
This commit is contained in:
@@ -75,7 +75,7 @@ public class HeadsUpTouchHelper implements Gefingerpoken {
|
||||
mInitialTouchY = y;
|
||||
mInitialTouchX = x;
|
||||
setTrackingHeadsUp(false);
|
||||
ExpandableView child = mStackScroller.getChildAtPosition(x, y);
|
||||
ExpandableView child = mStackScroller.getChildAtRawPosition(x, y);
|
||||
mTouchingHeadsUpView = false;
|
||||
if (child instanceof ExpandableNotificationRow) {
|
||||
mPickedChild = (ExpandableNotificationRow) child;
|
||||
|
||||
Reference in New Issue
Block a user