Merge "Do not cancel quick settings expansion onQsIntercept(down)" into sc-dev am: 1b0d9eb5c5
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15237696 Change-Id: I677120859be8ecd9a9cc576d6c8b3d982ef54344
This commit is contained in:
@@ -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 */);
|
||||
|
||||
Reference in New Issue
Block a user