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

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

am ed01ddd5: Merge "QuickSettings was inaccessible sometimes with empty shade."

* commit 'ed01ddd5':
  QuickSettings was inaccessible sometimes with empty shade.
parents 9a762b3e ed01ddd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -529,7 +529,6 @@ public class PanelView extends FrameLayout {

        switch (event.getActionMasked()) {
            case MotionEvent.ACTION_DOWN:
                mTracking = true;
                if (mHandleView != null) {
                    mHandleView.setPressed(true);
                    // catch the press state change
@@ -561,6 +560,7 @@ public class PanelView extends FrameLayout {
                    if (h < -mTouchSlop) {
                        mInitialOffsetOnTouch = mExpandedHeight;
                        mInitialTouchY = y;
                        mTracking = true;
                        return true;
                    }
                }