forked from organicmaps/organicmaps
[android] Fixed booking photo gallery clearing in pp
This commit is contained in:
parent
9814a280d6
commit
1292cb7f2b
1 changed files with 1 additions and 2 deletions
|
@ -853,6 +853,7 @@ public class PlacePageView extends NestedScrollView
|
|||
mHotelRating.setText("");
|
||||
mHotelRatingBase.setText("");
|
||||
mTvSponsoredPrice.setText("");
|
||||
mGalleryAdapter.setItems(new ArrayList<>());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -1248,8 +1249,6 @@ public class PlacePageView extends NestedScrollView
|
|||
|
||||
private void refreshHotelDetailViews()
|
||||
{
|
||||
mGalleryAdapter.setItems(new ArrayList<>());
|
||||
|
||||
if (mSponsored == null)
|
||||
{
|
||||
hideHotelDetailViews();
|
||||
|
|
Loading…
Add table
Reference in a new issue