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

Commit 600f1c39 authored by Lyn Han's avatar Lyn Han Committed by Automerger Merge Worker
Browse files

Merge "Do not cancel quick settings expansion onQsIntercept(down)" into sc-dev...

Merge "Do not cancel quick settings expansion onQsIntercept(down)" into sc-dev am: 1b0d9eb5 am: b14ee523

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15237696

Change-Id: I7d55e333bbe2c3e16c23d0607584c696e83fdfb7
parents 6a44face b14ee523
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1664,7 +1664,6 @@ public class NotificationPanelViewController extends PanelViewController {
                    mView.getParent().requestDisallowInterceptTouchEvent(true);
                }
                if (mQsExpansionAnimator != null) {
                    onQsExpansionStarted();
                    mInitialHeightOnTouch = mQsExpansionHeight;
                    mQsTracking = true;
                    traceQsJank(true /* startTracing */, false /* wasCancelled */);