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

Commit cd7cf4ae authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

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

am: ec43e485

Change-Id: I97c28e7b182a4a83f6818bae66484082ed5008a0
parents 4d8a211e ec43e485
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() {