diff --git a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java index 820013b680..c1283b5a1d 100644 --- a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java +++ b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java @@ -1159,6 +1159,7 @@ public class PlacePageView extends NestedScrollViewClickFixed mMapObject = mapObject; NetworkPolicy policy = NetworkPolicy.newInstance(NetworkPolicy.getCurrentNetworkUsageStatus()); refreshViews(policy); + processSponsored(policy); if (listener != null) { listener.onSetMapObjectComplete(policy, true); @@ -1249,7 +1250,6 @@ public class PlacePageView extends NestedScrollViewClickFixed LOGGER.e(TAG, "A place page views cannot be refreshed, mMapObject is null"); return; } - refreshPreview(mMapObject, null); refreshDetails(mMapObject); refreshHotelDetailViews(policy);