[iOS] Fixed deselection after deleting a bookmark on empty place.

This commit is contained in:
Daria Volvenkova 2020-04-17 02:15:46 +03:00 committed by Arsentiy Milchakov
parent 6034250feb
commit 74632faaa8

View file

@ -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];
}