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

Commit c20fc3f0 authored by Selim Cinek's avatar Selim Cinek Committed by Android Git Automerger
Browse files

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

* commit '35b7771f':
  Fixed a bug that the user could not drag down on the heads up
parents a1fc2bfc 35b7771f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;