Fixed invalid reference

This commit is contained in:
Slava Monich 2020-12-21 04:42:06 +02:00
parent b9502d35ee
commit 88b79236e7

View file

@ -149,7 +149,7 @@ Item {
asynchronous: true asynchronous: true
visible: status === Image.Ready ? true : false visible: status === Image.Ready ? true : false
layer.enabled: videoMessageComponent.highlighted layer.enabled: videoMessageComponent.highlighted
layer.effect: PressEffect { source: singleImage } layer.effect: PressEffect { source: placeholderImage }
} }
BackgroundImage { BackgroundImage {
@ -157,7 +157,6 @@ Item {
} }
Rectangle { Rectangle {
id: placeholderBackground
color: "black" color: "black"
opacity: 0.3 opacity: 0.3
height: parent.height height: parent.height
@ -237,7 +236,6 @@ Item {
} }
Rectangle { Rectangle {
id: videoErrorShade
width: parent.width width: parent.width
height: parent.height height: parent.height
color: "lightgrey" color: "lightgrey"