diff --git a/lib/screens/map_screen.dart b/lib/screens/map_screen.dart index 36b536e1..aa0b14f2 100644 --- a/lib/screens/map_screen.dart +++ b/lib/screens/map_screen.dart @@ -1191,8 +1191,8 @@ class _MapScreenState extends State { onLongPress: () => _isBuildingPathTrace ? _showNodeInfo(context, guess.contact) : null, - onSecondaryTap: () => _isBuildingPathTrace - ? _showNodeInfo(context, guess.contact) + onSecondaryTap: () => _isBuildingPathTrace + ? _showNodeInfo(context, guess.contact) : null, onTap: () => _isBuildingPathTrace ? _addToPath(context, guess.contact, position: guess.position)