Fixed MatrixChat Dialog Spinner. Still needs testing, unsure what triggers it.
This commit is contained in:
parent
1559c69ddf
commit
a385955c6b
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ module.exports = React.createClass({
|
|||
|
||||
// FIXME: controller shouldn't be loading a view :(
|
||||
var Loader = sdk.getComponent("elements.Spinner");
|
||||
var modal = Modal.createDialog(Loader);
|
||||
var modal = Modal.createDialog(Loader, null, 'mx_Dialog_spinner');
|
||||
|
||||
d.then(function() {
|
||||
modal.close();
|
||||
|
|
Loading…
Reference in a new issue