Revert drawing in markers layer

This commit is contained in:
PavelRatushny 2017-11-13 16:08:14 +02:00
parent a19ffdb884
commit 2582fe7972

View file

@ -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();