From cc85ca7e0e5b53e5751ca38d83c6b1234fe2f4c7 Mon Sep 17 00:00:00 2001 From: vjrj Date: Fri, 6 Mar 2026 16:23:35 +0100 Subject: [PATCH] WIP: Speed dial positioning issue - current state before fix --- lib/activeFires.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/activeFires.dart b/lib/activeFires.dart index e6a7300..005855f 100644 --- a/lib/activeFires.dart +++ b/lib/activeFires.dart @@ -302,7 +302,8 @@ class _ActiveFiresPageState extends State { _saveLocation(location, onAdd); } - void _saveLocation(Future location, onAdd) { + void _saveLocation( + Future location, AddYourLocationFunction onAdd) { location.then((YourLocation newLocation) { if (newLocation != YourLocation.noLocation) { onAdd(newLocation);