forked from organicmaps/organicmaps
[android] small promo fix
This commit is contained in:
parent
80a7e77f3d
commit
95c3df72cb
1 changed files with 6 additions and 2 deletions
|
@ -1251,8 +1251,12 @@ public class PlacePageView extends NestedScrollView
|
|||
if (mSponsored == null || mMapObject == null)
|
||||
return;
|
||||
|
||||
Promo.INSTANCE.nativeRequestCityGallery(policy, mMapObject.getLat(), mMapObject.getLon(),
|
||||
UTM.UTM_PLACEPAGE_GALLERY);
|
||||
if (hasPromoGallery)
|
||||
{
|
||||
Promo.INSTANCE.nativeRequestCityGallery(policy, mMapObject.getLat(), mMapObject.getLon(),
|
||||
UTM.UTM_PLACEPAGE_GALLERY);
|
||||
}
|
||||
|
||||
mSponsored.updateId(mMapObject);
|
||||
mSponsoredPrice = mSponsored.getPrice();
|
||||
String currencyCode = Utils.getCurrencyCode();
|
||||
|
|
Loading…
Add table
Reference in a new issue