forked from organicmaps/organicmaps
[android] Hide discount view
This commit is contained in:
parent
3e5e546b33
commit
586cc1d769
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ public class PlacePageView extends RelativeLayout
|
|||
UiUtils.hide(mAvDirection);
|
||||
UiUtils.setTextAndHideIfEmpty(mTvAddress, mapObject.getAddress());
|
||||
boolean sponsored = isSponsored();
|
||||
UiUtils.showIf(sponsored, mPreviewRatingInfo);
|
||||
UiUtils.showIf(sponsored, mPreviewRatingInfo, mHotelDiscount);
|
||||
UiUtils.showIf(mapObject.getHotelType() != null, mPreview, R.id.search_hotels_btn);
|
||||
if (sponsored)
|
||||
initSponsoredViews(priceInfo);
|
||||
|
|
Loading…
Add table
Reference in a new issue