forked from organicmaps/organicmaps
[ios] misspell is fixed for download on map banner
This commit is contained in:
parent
e48ec1bb0a
commit
65ffa25ec1
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ ads::Banner getPromoBanner(std::string const &mwmId) {
|
|||
std::vector<ads::Banner> banners;
|
||||
auto const pos = GetFramework().GetCurrentPosition();
|
||||
if (pos) {
|
||||
banners = GetFramework().GetAdsEngine().GetDownloadOnMapBanners(mwmId, *pos, "ru");//languages::GetCurrentNorm());
|
||||
banners = GetFramework().GetAdsEngine().GetDownloadOnMapBanners(mwmId, *pos,
|
||||
languages::GetCurrentNorm());
|
||||
}
|
||||
|
||||
if (banners.empty())
|
||||
|
|
Loading…
Add table
Reference in a new issue