tap --> secondaryTap, per review comments

This commit is contained in:
Eric Poulsen
2026-06-13 20:43:30 -07:00
parent bfa62523df
commit e1536c49b1
+1
View File
@@ -133,6 +133,7 @@ class _BleDebugLogScreenState extends State<BleDebugLogScreen> {
return GestureDetector(
onTap: copyHex,
onLongPress: copyHex,
onSecondaryTap: copyHex,
child: Container(
color: MeshPalette.bg,
padding: const EdgeInsets.symmetric(