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

Commit ec43e485 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix keyguard visibilities after reinflate" into oc-dr1-dev

parents 5482790a bd9745af
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -349,6 +349,9 @@ public class NotificationPanelView extends PanelView implements
        addView(mKeyguardBottomArea, index);
        initBottomArea();
        setDarkAmount(mDarkAmount);

        setKeyguardStatusViewVisibility(mStatusBarState, false, false);
        setKeyguardBottomAreaVisibility(mStatusBarState, false);
    }

    private void initBottomArea() {