mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-08-03 22:43:00 +10:00
tap --> secondaryTap, per review comments
This commit is contained in:
@@ -133,6 +133,7 @@ class _BleDebugLogScreenState extends State<BleDebugLogScreen> {
|
|||||||
return GestureDetector(
|
return GestureDetector(
|
||||||
onTap: copyHex,
|
onTap: copyHex,
|
||||||
onLongPress: copyHex,
|
onLongPress: copyHex,
|
||||||
|
onSecondaryTap: copyHex,
|
||||||
child: Container(
|
child: Container(
|
||||||
color: MeshPalette.bg,
|
color: MeshPalette.bg,
|
||||||
padding: const EdgeInsets.symmetric(
|
padding: const EdgeInsets.symmetric(
|
||||||
|
|||||||
Reference in New Issue
Block a user