1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
This commit is contained in:
David Baker
2019-06-10 16:29:55 +01:00
parent 3b34570749
commit 23c4f19cda

View File

@@ -273,7 +273,9 @@ InteractiveAuth.prototype = {
await this._submitPromise;
} finally {
this._submitPromise = null;
if (!background && this._busyChangedCallback) this._busyChangedCallback(false);
if (!background && this._busyChangedCallback) {
this._busyChangedCallback(false);
}
}
},