Fix background blur not being shown on first load
parent
b1c724ad66
commit
6310949bc8
|
@ -200,6 +200,7 @@ class LoggedInView extends React.Component<IProps, IState> {
|
||||||
|
|
||||||
OwnProfileStore.instance.on(UPDATE_EVENT, this.refreshBackgroundImage);
|
OwnProfileStore.instance.on(UPDATE_EVENT, this.refreshBackgroundImage);
|
||||||
this.loadResizerPreferences();
|
this.loadResizerPreferences();
|
||||||
|
this.refreshBackgroundImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
|
|
Loading…
Reference in New Issue