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

Commit 1c730851 authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Android (Google) Code Review
Browse files

Merge "Fixing customizer scroll in collapsed split shade" into sc-v2-dev

parents 2044a05a 265518c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3780,7 +3780,7 @@ public class NotificationPanelViewController extends PanelViewController {
        return new TouchHandler() {
            @Override
            public boolean onInterceptTouchEvent(MotionEvent event) {
                if (mBlockTouches || mQsFullyExpanded && mQs.disallowPanelTouches()) {
                if (mBlockTouches || mQs.disallowPanelTouches()) {
                    return false;
                }
                initDownStates(event);