You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -539,7 +539,11 @@ export default class AppTile extends React.Component {
|
|||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
if (this.state.initialising) {
|
if (this.state.initialising) {
|
||||||
appTileBody = loadingElement;
|
appTileBody = (
|
||||||
|
<div className={'mx_AppTileBody ' + (this.state.loading ? 'mx_AppLoading' : '')}>
|
||||||
|
{ loadingElement }
|
||||||
|
</div>
|
||||||
|
);
|
||||||
} else if (this.state.hasPermissionToLoad == true) {
|
} else if (this.state.hasPermissionToLoad == true) {
|
||||||
if (this.isMixedContent()) {
|
if (this.isMixedContent()) {
|
||||||
appTileBody = (
|
appTileBody = (
|
||||||
|
|||||||
Reference in New Issue
Block a user