diff --git a/iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManager.mm b/iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManager.mm index d5a35c2592..0f74159e41 100644 --- a/iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManager.mm +++ b/iphone/Maps/UI/PlacePage/PlacePageManager/MWMPlacePageManager.mm @@ -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]; }