Fix review
This commit is contained in:
parent
18e231ad8b
commit
5732d8840e
1 changed files with 1 additions and 3 deletions
|
@ -97,9 +97,7 @@ public class FavoriteDialogs {
|
|||
}
|
||||
mapActivity.getContextMenu()
|
||||
.show(new LatLon(point.getLatitude(), point.getLongitude()), fp.getPointDescription(activity), fp);
|
||||
}
|
||||
if (activity instanceof MapActivity) {
|
||||
((MapActivity) activity).getMapView().refreshMap();
|
||||
mapActivity.getMapView().refreshMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue