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