Skip to content
Snippets Groups Projects
Commit 4b91f080 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

calls: allow double click on call overlay to toggle fullscreen

- removes the single click to maximize feature

Change-Id: I6a171d2a20d5b47e9c3a15db23f2de01319d22bb
parent b26e6dba
No related branches found
No related tags found
No related merge requests found
...@@ -186,7 +186,7 @@ Rectangle { ...@@ -186,7 +186,7 @@ Rectangle {
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
propagateComposedEvents: false propagateComposedEvents: true
acceptedButtons: Qt.LeftButton acceptedButtons: Qt.LeftButton
Image { Image {
...@@ -233,10 +233,6 @@ Rectangle { ...@@ -233,10 +233,6 @@ Rectangle {
} }
} }
onClicked: {
CallAdapter.maximizeParticipant(uri)
}
onEntered: { onEntered: {
if (contactImage.status === Image.Null) { if (contactImage.status === Image.Null) {
root.z = 2 root.z = 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment