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: If467af37f3151e5b8ca60011de9984d211591a2f
This commit is contained in:
@@ -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 */);
|
||||
|
||||
Reference in New Issue
Block a user