diff --git a/src/messagecontent/LiveLocationComponent.qml b/src/messagecontent/LiveLocationComponent.qml index dd8b5d466..b645314d1 100644 --- a/src/messagecontent/LiveLocationComponent.qml +++ b/src/messagecontent/LiveLocationComponent.qml @@ -63,10 +63,9 @@ ColumnLayout { TapHandler { acceptedButtons: Qt.LeftButton onTapped: { - let map = fullScreenMap.createObject(parent, { + fullScreenMap.createObject(parent, { liveLocationModel: liveLocationModel - }); - map.open(); + }) } } Connections {