mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 21:24:59 +08:00
Merge pull request #3566 from matrix-org/t3chguy/sort_crash
LifeCycle onLoggedOut unmount before stopping client
This commit is contained in:
commit
814917d9ed
@ -610,7 +610,7 @@ export function onLoggedOut() {
|
||||
// Ensure that we dispatch a view change **before** stopping the client so
|
||||
// so that React components unmount first. This avoids React soft crashes
|
||||
// that can occur when components try to use a null client.
|
||||
dis.dispatch({action: 'on_logged_out'});
|
||||
dis.dispatch({action: 'on_logged_out'}, true);
|
||||
stopMatrixClient();
|
||||
_clearStorage().done();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user