diff --git a/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm b/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm index 6b98463860..5a76b3b873 100644 --- a/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm +++ b/iphone/Maps/UI/PlacePage/MWMPlacePageData.mm @@ -913,9 +913,11 @@ NSString * const kUserDefaultsLatLonAsDMSKey = @"UserDefaultsLatLonAsDMS"; auto const row = canUseNetwork.CanUse() ? PromoCatalogRow::GuidesRequestError : PromoCatalogRow::GuidesNoInternetError; if (!api) { m_promoCatalogRows.push_back(row); - m_sections.insert(m_sections.begin() + 1, Sections::Description); - if (self.refreshPromoCallback) { - self.refreshPromoCallback([NSIndexSet indexSetWithIndex:1]); + if ([[self placeDescription] length] && ![[self bookmarkDescription] length]) { + m_sections.insert(m_sections.begin() + 1, Sections::Description); + if (self.refreshPromoCallback) { + self.refreshPromoCallback([NSIndexSet indexSetWithIndex:1]); + } } [Statistics logEvent:kStatPlacepageSponsoredError withParameters:@{