diff --git a/imports/NeoChat/Component/FullScreenImage.qml b/imports/NeoChat/Component/FullScreenImage.qml index e7f999d91..4bec39711 100644 --- a/imports/NeoChat/Component/FullScreenImage.qml +++ b/imports/NeoChat/Component/FullScreenImage.qml @@ -28,7 +28,14 @@ ApplicationWindow { onClicked: root.destroy() } + BusyIndicator { + visible: image.status !== Image.Ready + anchors.centerIn: parent + running: visible + } + AnimatedImage { + id: image anchors.centerIn: parent width: Math.min(sourceSize.width, root.width)