Merge "Fixing customizer scroll in collapsed split shade" into sc-v2-dev am: 1c7308511f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15820067 Change-Id: I59e85afae2892da45dc31dfd956958153a9dc57f
This commit is contained in:
@@ -3772,7 +3772,7 @@ public class NotificationPanelViewController extends PanelViewController {
|
||||
return new TouchHandler() {
|
||||
@Override
|
||||
public boolean onInterceptTouchEvent(MotionEvent event) {
|
||||
if (mBlockTouches || mQsFullyExpanded && mQs.disallowPanelTouches()) {
|
||||
if (mBlockTouches || mQs.disallowPanelTouches()) {
|
||||
return false;
|
||||
}
|
||||
initDownStates(event);
|
||||
|
||||
Reference in New Issue
Block a user