forked from organicmaps/organicmaps
[ads] do not show banners on objects with outdoor gallery
This commit is contained in:
parent
41788c103d
commit
dc1ac4f5ba
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ Container::Container()
|
|||
{"sponsored", "promo_catalog"}});
|
||||
|
||||
m_excludedTypes.Append(promo::GetPromoCatalogSightseeingsTypes());
|
||||
m_excludedTypes.Append(promo::GetPromoCatalogOutdoorTypes());
|
||||
}
|
||||
|
||||
void Container::AppendEntry(std::initializer_list<std::initializer_list<char const *>> && types,
|
||||
|
|
Loading…
Add table
Reference in a new issue