mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-10 02:32:47 +10:00
upgraded flutter and other fixes
This commit is contained in:
@@ -785,10 +785,13 @@ class _MapScreenState extends State<MapScreen> {
|
||||
}
|
||||
|
||||
final label = await _promptForLabel(context, defaultLabel);
|
||||
if (label == null) return;
|
||||
if (label == null || !mounted) return;
|
||||
|
||||
final markerText = _formatMarkerMessage(position, label, flags);
|
||||
if (!mounted) return;
|
||||
|
||||
await _showRecipientSheet(
|
||||
// ignore: use_build_context_synchronously
|
||||
context: context,
|
||||
connector: connector,
|
||||
markerText: markerText,
|
||||
|
||||
Reference in New Issue
Block a user