From 53cd230d164ab8fd1df314c1b79cdf7cbc1ccd67 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 1 Sep 2025 23:09:18 +0200 Subject: [PATCH] Remove redundant TapHandlers --- src/messagecontent/LiveLocationComponent.qml | 8 -------- 1 file changed, 8 deletions(-) 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) {