Skip to content
Snippets Groups Projects
Commit 35b1d6f6 authored by Sara Savanovic Djordjevic's avatar Sara Savanovic Djordjevic
Browse files

fix: connection variable initialisation

parent b2508fab
No related branches found
No related tags found
1 merge request!11Clhp map
......@@ -17,7 +17,7 @@ List<Measurement> selectedMarkerList = [];
LatLng mapCenter = LatLng(60.8000, 10.8471);
DateTime ?lastUpdate; // Last time data was fetched from server
List<String> lakeSearchOptions = []; // Init empty
bool internetConnection = false;
bool internetConnection = true;
// Font settings
const textColor = Colors.white;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment