diff --git a/map/framework.cpp b/map/framework.cpp index f96a8f253c..8a176dd13f 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -3407,6 +3407,9 @@ bool Framework::ShouldShowProducts() const if (!m_usageStats.IsLoyalUser()) return false; + if (!HasPlacePageInfo()) // happens after the POI is deleted via the editor + return false; + if (!storage::IsPointCoveredByDownloadedMaps(GetCurrentPlacePageInfo().GetMercator(), m_storage, *m_infoGetter)) return false;