Refresh map after loading of the favorites

This commit is contained in:
Alex Sytnyk 2018-10-16 12:50:31 +03:00
parent a38c012415
commit 2c436beee0

View file

@ -387,6 +387,9 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
app.getTargetPointsHelper().lookupAddessAll();
app.getMapMarkersHelper().lookupAddressAll();
}
if (event == InitEvents.FAVORITES_INITIALIZED) {
refreshMap();
}
}
@Override