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

Commit e86ae855 authored by John Spurlock's avatar John Spurlock
Browse files

Set header views to an initial state.

Fixes bug on first boot when security=none.

Change-Id: I5f85d3b6f7207f0aea595366c79f5dce892b477c
parent f967a548
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ public class StatusBarHeaderView extends RelativeLayout implements View.OnClickL
                (ImageView) findViewById(R.id.brightness_icon),
                (ToggleSlider) findViewById(R.id.brightness_slider));
        loadDimens();
        updateVisibilities();
    }

    private void loadDimens() {