Revert drawing in markers layer
This commit is contained in:
parent
a19ffdb884
commit
2582fe7972
1 changed files with 0 additions and 4 deletions
|
@ -318,10 +318,6 @@ public class MapMarkersLayer extends OsmandMapLayer implements IContextMenuProvi
|
|||
return;
|
||||
}
|
||||
|
||||
if (map.getMyApplication().isApplicationInitializing()) {
|
||||
return;
|
||||
}
|
||||
|
||||
int displayedWidgets = settings.DISPLAYED_MARKERS_WIDGETS_COUNT.get();
|
||||
|
||||
MapMarkersHelper markersHelper = map.getMyApplication().getMapMarkersHelper();
|
||||
|
|
Loading…
Reference in a new issue