Merge pull request #1897 from matrix-org/luke/fix-room-widget-second-load-infini-spinner

Fix room widget second load infini spinner
This commit is contained in:
Luke Barnard 2018-05-14 11:53:34 +01:00 committed by GitHub
commit ac297d1e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -359,9 +359,7 @@ export default class AppTile extends React.Component {
if (!this.widgetMessaging) {
this._onInitialLoad();
}
if (this._exposeWidgetMessaging) {
this._exposeWidgetMessaging(this.widgetMessaging);
}
this.setState({loading: false});
}
/**
@ -399,8 +397,6 @@ export default class AppTile extends React.Component {
}).catch((err) => {
console.log(`Failed to get capabilities for widget type ${this.props.type}`, this.props.id, err);
});
this.setState({loading: false});
}
_onWidgetAction(payload) {