[ads] Disable ads

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-01-01 15:40:35 +03:00
parent 44945795f5
commit 1eb8789bb4

View file

@ -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)