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

Commit feb97254 authored by Adrian Roos's avatar Adrian Roos
Browse files

resolve merge conflicts of 48c71cb3 to master

Change-Id: I48efbe2f7ca5230ac60f2ff937e4901036d66438
parents ac276482 48c71cb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1262,7 +1262,7 @@ public class NotificationStackScrollLayout extends ViewGroup
        if (!isScrollingEnabled()) {
            return false;
        }
        if (isInsideQsContainer(ev)) {
        if (isInsideQsContainer(ev) && !mIsBeingDragged) {
            return false;
        }
        mForcedScroll = null;