[android] Fixed "Hotel More" button visibility.

This commit is contained in:
Roman Romanov 2016-11-10 08:17:27 +04:00 committed by Ilya Grechuhin
parent 4169311853
commit 023e072a6e

View file

@ -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);