also clear

This commit is contained in:
Bruno Windels 2020-10-16 15:47:13 +02:00
parent 74e6d018f4
commit e599d8b6fa

View file

@ -63,6 +63,7 @@ export class RootViewModel extends ViewModel {
// this should never happen, but we want to be sure not to leak it
if (this._pendingSessionContainer) {
this._pendingSessionContainer.dispose();
this._pendingSessionContainer = null
}
this._showSessionLoader(sessionId);
}