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

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

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

* commit 'c20fc3f0':
  Fixed a bug that the user could not drag down on the heads up
parents 100c047e c20fc3f0
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;