You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Fix background blur not being shown on first load
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user