Fix replace
This commit is contained in:
parent
ffb50f1c78
commit
5863d257f6
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ public class FavoriteDialogs {
|
|||
}
|
||||
FavouritePoint point = (FavouritePoint) args.getSerializable(KEY_FAVORITE);
|
||||
if (helper.editFavourite(fp, point.getLatitude(), point.getLongitude())) {
|
||||
helper.deleteFavourite(point);
|
||||
if (activity instanceof MapActivity) {
|
||||
((MapActivity) activity).getContextMenu()
|
||||
.show(new LatLon(point.getLatitude(), point.getLongitude()), fp.getPointDescription(activity), fp);
|
||||
|
|
Loading…
Reference in a new issue