forked from organicmaps/organicmaps
[iOS] Fixed deselection after deleting a bookmark on empty place.
This commit is contained in:
parent
6034250feb
commit
74632faaa8
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ void RegisterEventIfPossible(eye::MapObject::Event::Type const type)
|
|||
auto buildInfo = f.GetCurrentPlacePageInfo().GetBuildInfo();
|
||||
buildInfo.m_match = place_page::BuildInfo::Match::FeatureOnly;
|
||||
buildInfo.m_userMarkId = kml::kInvalidMarkId;
|
||||
buildInfo.m_source = place_page::BuildInfo::Source::Other;
|
||||
f.UpdatePlacePageInfoForCurrentSelection(buildInfo);
|
||||
[data updateBookmarkStatus];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue