Fixed map not redrawn after elements added
This commit is contained in:
@ -94,6 +94,7 @@ public class GeofavoriteMapFragment extends GeofavoritesFragment implements Main
|
||||
public void onChanged(List<Geofavorite> geofavorites) {
|
||||
for(Geofavorite gf : geofavorites)
|
||||
addMarker(gf);
|
||||
map.invalidate();
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user