Merge "Ensure views are inflated before trying to animate." into rvc-dev
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