From bff9ab4b398a788fb8462ae028122079cf0a4a11 Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Sat, 4 Aug 2018 17:50:13 +0200 Subject: [PATCH] Fix for location pointer --- lib/genericMap.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/genericMap.dart b/lib/genericMap.dart index b2951af..4943120 100644 --- a/lib/genericMap.dart +++ b/lib/genericMap.dart @@ -213,7 +213,7 @@ class _genericMapState extends State { mapState.fires, mapState.industries, mapState.falsePos, - mapState.fireNotification != null), + mapState.status == FireMapStatus.viewFireNotification), ), // new AttributionPluginOptions(text: "© OpenStreetMap contributors"), new LayerSelectorMapPluginOptions(),