green locs bug fixed

This commit is contained in:
Adam Domagalski 2018-11-26 09:13:27 +01:00
parent da944c37d5
commit ffff4bb7c0
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ public class MapActivity extends BaseActivity
public void onSuccess(List<Coordinate> coordsList) {
if (coordsList.isEmpty() && tmpLocalMarker != null) {
if (tmpLocalMarker != null && coordsList.isEmpty()) {
Timber.e("200 empty []");
mapboxMap.clear();
return;