am 35b7771f: Fixed a bug that the user could not drag down on the heads up

* commit '35b7771fcbe57574d812adbc98acbba96ba47ae2':
  Fixed a bug that the user could not drag down on the heads up
This commit is contained in:
Selim Cinek
2015-05-12 00:50:13 +00:00
committed by Android Git Automerger

View File

@@ -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;