Merge "Merge "Ensure views are inflated before trying to animate." into rvc-dev am: 8f34c8698e am: 34ebb878c5" into rvc-d1-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
2739826592
@@ -219,6 +219,9 @@ public class NotificationPanelViewController extends OverlayViewController {
|
||||
|
||||
mNavBarNotificationTouchListener =
|
||||
(v, event) -> {
|
||||
if (!isInflated()) {
|
||||
return true;
|
||||
}
|
||||
boolean consumed = navBarCloseNotificationGestureDetector.onTouchEvent(event);
|
||||
if (consumed) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user