Solve contacts view onhover bug on android platforms

This commit is contained in:
Angela Mazzurco 2017-07-04 18:46:11 +02:00
parent 8ebd0f770f
commit ddaa03514c

View file

@ -32,18 +32,18 @@ Item
property var lastMessageData: ({}) property var lastMessageData: ({})
property var locale: Qt.locale() property var locale: Qt.locale()
Rectangle Rectangle
{ {
id: contactItem
anchors.fill: parent anchors.fill: parent
color: contactItem.containsMouse ? "lightgrey" : "transparent" color: contactItemArea.containsPress ? "lightgrey" : "transparent"
width: parent.width width: parent.width
height: parent.height height: parent.height
MouseArea MouseArea
{ {
id: contactItem id: contactItemArea
anchors.fill: parent anchors.fill: parent
onClicked: onClicked:
{ {