Refresh map after loading of the favorites
This commit is contained in:
parent
a38c012415
commit
2c436beee0
1 changed files with 3 additions and 0 deletions
|
@ -387,6 +387,9 @@ public class MapActivity extends OsmandActionBarActivity implements DownloadEven
|
||||||
app.getTargetPointsHelper().lookupAddessAll();
|
app.getTargetPointsHelper().lookupAddessAll();
|
||||||
app.getMapMarkersHelper().lookupAddressAll();
|
app.getMapMarkersHelper().lookupAddressAll();
|
||||||
}
|
}
|
||||||
|
if (event == InitEvents.FAVORITES_INITIALIZED) {
|
||||||
|
refreshMap();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue