diff --git a/src/messagecontent/LiveLocationComponent.qml b/src/messagecontent/LiveLocationComponent.qml index 94e343944..dd8b5d466 100644 --- a/src/messagecontent/LiveLocationComponent.qml +++ b/src/messagecontent/LiveLocationComponent.qml @@ -69,14 +69,6 @@ ColumnLayout { map.open(); } } - TapHandler { - acceptedDevices: PointerDevice.TouchScreen - onLongPressed: openMessageContext("") - } - TapHandler { - acceptedButtons: Qt.RightButton - onTapped: openMessageContext("") - } Connections { target: mapView.map function onCopyrightLinkActivated(link: string) {