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:
Automerger Merge Worker
2020-04-03 17:17:04 +00:00
committed by Android (Google) Code Review

View File

@@ -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;