From 1eb8789bb4ffb5e15d6bebfdfa7464cc4c37f4eb Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Fri, 1 Jan 2021 15:40:35 +0300 Subject: [PATCH] [ads] Disable ads Signed-off-by: Roman Tsisyk --- map/ads_engine_delegate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)