Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34ebb878 authored by Heemin Seog's avatar Heemin Seog Committed by Automerger Merge Worker
Browse files

Merge "Ensure views are inflated before trying to animate." into rvc-dev am: 8f34c869

Change-Id: I73cc1ad6387cc4f9e35cb588fce0f69f536a1a5c
parents d3df408d 8f34c869
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;