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

Commit ed260d83 authored by Youngjun Kwak's avatar Youngjun Kwak Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE Do not reinflate the layout if it has not been already...

Merge "DO NOT MERGE Do not reinflate the layout if it has not been already inflated." into rvc-qpr-dev
parents 84da0714 b700beab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -245,6 +245,9 @@ public class NotificationPanelViewController extends OverlayPanelViewController

    /** Reinflates the view. */
    public void reinflate() {
        // Do not reinflate the view if it has not been inflated at all.
        if (!isInflated()) return;

        ViewGroup container = (ViewGroup) getLayout();
        container.removeView(mNotificationView);