forked from organicmaps/organicmaps
[ads] do not show banner for promo catalog places
This commit is contained in:
parent
b4cfc227d2
commit
78fc7c7831
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ Container::Container()
|
|||
{"tourism", "guest_house"},
|
||||
{"tourism", "hostel"},
|
||||
{"tourism", "motel"},
|
||||
{"tourism", "resort"}});
|
||||
{"tourism", "resort"},
|
||||
{"sponsored", "promo_catalog"}});
|
||||
}
|
||||
|
||||
void Container::AppendEntry(std::initializer_list<std::initializer_list<char const *>> && types,
|
||||
|
|
Loading…
Add table
Reference in a new issue