added location of map if we don`t have lastLocation

This commit is contained in:
Chumva 2018-03-01 16:21:36 +02:00
parent c2138e49b7
commit 2ac6c5aa6a

View file

@ -196,7 +196,7 @@ public class MapMarkersWidgetsFactory {
if (l != null) {
loc = new LatLon(l.getLatitude(), l.getLongitude());
} else {
loc = null;
loc = map.getMapLocation();
}
}