forked from organicmaps/organicmaps
[android] Fixed "Hotel More" button visibility.
This commit is contained in:
parent
4169311853
commit
023e072a6e
1 changed files with 1 additions and 2 deletions
|
@ -918,8 +918,7 @@ public class PlacePageView extends RelativeLayout
|
|||
{
|
||||
UiUtils.hide(mWebsite);
|
||||
// TODO: remove this after booking_api.cpp will be done
|
||||
if (!USE_OLD_BOOKING)
|
||||
UiUtils.hide(mHotelMore);
|
||||
UiUtils.showIf(USE_OLD_BOOKING, mHotelMore);
|
||||
|
||||
if (mSponsored.getType() != Sponsored.TYPE_BOOKING)
|
||||
UiUtils.hide(mHotelMore);
|
||||
|
|
Loading…
Add table
Reference in a new issue