mirror of https://github.com/vector-im/riot-web
Fixed MatrixChat Dialog Spinner. Still needs testing, unsure what triggers it.
parent
1559c69ddf
commit
a385955c6b
|
@ -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 New Issue