1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-01 13:11:10 +03:00

Fix background blur not being shown on first load

This commit is contained in:
Dariusz Niemczyk
2021-08-17 19:45:52 +02:00
parent b1c724ad66
commit 6310949bc8

View File

@@ -200,6 +200,7 @@ class LoggedInView extends React.Component<IProps, IState> {
OwnProfileStore.instance.on(UPDATE_EVENT, this.refreshBackgroundImage);
this.loadResizerPreferences();
this.refreshBackgroundImage();
}
componentWillUnmount() {