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

Commit 4889186c authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Ensure that view is initialized properlly upon inflation.

Bug: 142299585
Test: manual
Change-Id: Ia17e3a3ab29dd46134fa13861024b1d58a6b3d4e
parent 1546eaf7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -518,6 +518,7 @@ public class NotificationPanelView extends PanelView implements
     * Call after this view has been fully inflated and had its children attached.
     */
    public void onChildrenAttached() {
        loadDimens();
        mKeyguardStatusBar = findViewById(R.id.keyguard_header);
        mKeyguardStatusView = findViewById(R.id.keyguard_status_view);