forked from organicmaps/organicmaps
[ads] Disable ads
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
44945795f5
commit
1eb8789bb4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue