Merge "Merge "Ensure views are inflated before trying to animate." into rvc-dev am: 8f34c8698e am: 34ebb878c5" into rvc-d1-dev-plus-aosp am: 2739826592 am: 7a165df30a
Change-Id: I45a21837efda86a851534813d3e833eb956693ff
This commit is contained in:
@@ -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