Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-05-09 15:52:16 +00:00
commit 60d85d3a44
1 changed files with 5 additions and 1 deletions

View File

@ -539,7 +539,11 @@ export default class AppTile extends React.Component {
</div>
);
if (this.state.initialising) {
appTileBody = loadingElement;
appTileBody = (
<div className={'mx_AppTileBody ' + (this.state.loading ? 'mx_AppLoading' : '')}>
{ loadingElement }
</div>
);
} else if (this.state.hasPermissionToLoad == true) {
if (this.isMixedContent()) {
appTileBody = (