Fix endless "looking up address" after adding map marker
This commit is contained in:
parent
f65e025c71
commit
6027fce59c
1 changed files with 1 additions and 0 deletions
|
@ -769,6 +769,7 @@ public class MapMarkersHelper {
|
||||||
mapMarkers.add(0, marker);
|
mapMarkers.add(0, marker);
|
||||||
addMarkerToGroup(marker);
|
addMarkerToGroup(marker);
|
||||||
reorderActiveMarkersIfNeeded();
|
reorderActiveMarkersIfNeeded();
|
||||||
|
lookupAddress(marker);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue