mirror of https://github.com/vector-im/riot-web
Fix call to stop()
parent
61ebf4d920
commit
7e424ce95b
|
@ -485,7 +485,7 @@ function _clearStorage() {
|
||||||
*/
|
*/
|
||||||
export function stopMatrixClient() {
|
export function stopMatrixClient() {
|
||||||
Notifier.stop();
|
Notifier.stop();
|
||||||
UserActivity.stop();
|
UserActivity.sharedInstance().stop();
|
||||||
Presence.stop();
|
Presence.stop();
|
||||||
ActiveWidgetStore.stop();
|
ActiveWidgetStore.stop();
|
||||||
if (DMRoomMap.shared()) DMRoomMap.shared().stop();
|
if (DMRoomMap.shared()) DMRoomMap.shared().stop();
|
||||||
|
|
Loading…
Reference in New Issue