Set header views to an initial state.
Fixes bug on first boot when security=none. Change-Id: I5f85d3b6f7207f0aea595366c79f5dce892b477c
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user