Skip to content

Commit

Permalink
Fix #11
Browse files Browse the repository at this point in the history
  • Loading branch information
urmilshroff committed Nov 11, 2019
1 parent 511a604 commit 98ca600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/map_view_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class _MyMapViewPageState extends State<MyMapViewPage> {
);
}
}
isMyMarkerPlotted = true;
}

if (currentMarkersWithinRadius >= 3) {
Expand All @@ -204,7 +205,6 @@ class _MyMapViewPageState extends State<MyMapViewPage> {
));
});
}
isMyMarkerPlotted = true;
previousMarkersWithinRadius = currentMarkersWithinRadius;
} // works with markers within 5km

Expand Down

0 comments on commit 98ca600

Please sign in to comment.