Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Romanov <rromanov@65gb.net>2016-11-10 07:17:27 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-11-11 11:06:18 +0300
commit023e072a6e943aa9402728e1bf8c6c3ba0cb13ad (patch)
tree470c46edd97fab05079e64c6c876e0ebf684d1d2 /android
parent416931185351bd169c74a9c62cf88873639fa13b (diff)
[android] Fixed "Hotel More" button visibility.
Diffstat (limited to 'android')
-rw-r--r--android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java
index 082a054544..b61818d724 100644
--- a/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java
+++ b/android/src/com/mapswithme/maps/widget/placepage/PlacePageView.java
@@ -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);