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

This commit is contained in:
Lyn Han
2021-07-12 13:55:49 +00:00
committed by Android (Google) Code Review

View File

@@ -1626,7 +1626,6 @@ public class NotificationPanelViewController extends PanelViewController {
mView.getParent().requestDisallowInterceptTouchEvent(true);
}
if (mQsExpansionAnimator != null) {
onQsExpansionStarted();
mInitialHeightOnTouch = mQsExpansionHeight;
mQsTracking = true;
traceQsJank(true /* startTracing */, false /* wasCancelled */);