From e1536c49b1e668baa418aca70062c1a5815680a9 Mon Sep 17 00:00:00 2001 From: Eric Poulsen Date: Sat, 13 Jun 2026 20:43:30 -0700 Subject: [PATCH] tap --> secondaryTap, per review comments --- lib/screens/ble_debug_log_screen.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/screens/ble_debug_log_screen.dart b/lib/screens/ble_debug_log_screen.dart index 2972b22a..54a2c68a 100644 --- a/lib/screens/ble_debug_log_screen.dart +++ b/lib/screens/ble_debug_log_screen.dart @@ -133,6 +133,7 @@ class _BleDebugLogScreenState extends State { return GestureDetector( onTap: copyHex, onLongPress: copyHex, + onSecondaryTap: copyHex, child: Container( color: MeshPalette.bg, padding: const EdgeInsets.symmetric(