diff --git a/qml/components/VideoPreview.qml b/qml/components/VideoPreview.qml index 9aa87a3..25719af 100644 --- a/qml/components/VideoPreview.qml +++ b/qml/components/VideoPreview.qml @@ -149,7 +149,7 @@ Item { asynchronous: true visible: status === Image.Ready ? true : false layer.enabled: videoMessageComponent.highlighted - layer.effect: PressEffect { source: singleImage } + layer.effect: PressEffect { source: placeholderImage } } BackgroundImage { @@ -157,7 +157,6 @@ Item { } Rectangle { - id: placeholderBackground color: "black" opacity: 0.3 height: parent.height @@ -237,7 +236,6 @@ Item { } Rectangle { - id: videoErrorShade width: parent.width height: parent.height color: "lightgrey"