1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fixed MatrixChat Dialog Spinner. Still needs testing, unsure what triggers it.

This commit is contained in:
wmwragg
2016-07-17 21:23:52 +01:00
parent 1559c69ddf
commit a385955c6b

View File

@@ -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();