This commit is contained in:
Adam Domagalski 2018-11-17 17:47:36 +01:00
parent c04373a59c
commit bb4831ec89

View File

@ -357,7 +357,7 @@ public class MapActivity extends BaseActivity
if (coordsList.isEmpty() && droppedMarker == null) { if (coordsList.isEmpty() && droppedMarker == null) {
Log.e(tag, "200 empty []"); Log.e(tag, "200 empty []");
mapboxMap.clear(); mapboxMap.clear();
return(); return;
} }