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

Commit cdbdbe3a authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Android (Google) Code Review
Browse files

Merge "Make status bar expanding more tightly coupled to finger" into lmp-mr1-dev

parents 2905cafc 0b1528aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public abstract class PanelView extends FrameLayout {
                                || mInitialOffsetOnTouch == 0f)) {
                    mTouchSlopExceeded = true;
                    if (waitForTouchSlop && !mTracking) {
                        if (!mJustPeeked) {
                        if (!mJustPeeked && mInitialOffsetOnTouch != 0f) {
                            mInitialOffsetOnTouch = mExpandedHeight;
                            mInitialTouchX = x;
                            mInitialTouchY = y;