diff --git a/map/ads_engine_delegate.cpp b/map/ads_engine_delegate.cpp index a177e45796..e89e60b949 100644 --- a/map/ads_engine_delegate.cpp +++ b/map/ads_engine_delegate.cpp @@ -17,7 +17,7 @@ AdsEngineDelegate::AdsEngineDelegate(storage::CountryInfoGetter const & infoGett bool AdsEngineDelegate::IsAdsRemoved() const { - return m_purchase.IsSubscriptionActive(SubscriptionType::RemoveAds); + return true; } storage::CountryId AdsEngineDelegate::GetCountryId(m2::PointD const & pos)