[android] Fixed booking photo gallery clearing in pp

This commit is contained in:
Александр Зацепин 2019-02-18 12:54:31 +03:00 committed by yoksnod
parent 1292cb7f2b
commit 4a33199f81

View file

@ -61,7 +61,6 @@ import com.mapswithme.maps.editor.data.TimeFormatUtils;
import com.mapswithme.maps.editor.data.Timetable;
import com.mapswithme.maps.gallery.FullScreenGalleryActivity;
import com.mapswithme.maps.gallery.GalleryActivity;
import com.mapswithme.maps.gallery.Image;
import com.mapswithme.maps.location.LocationHelper;
import com.mapswithme.maps.review.Review;
import com.mapswithme.maps.routing.RoutingController;
@ -847,7 +846,7 @@ public class PlacePageView extends NestedScrollView
mHotelMoreDescription.setVisibility(GONE);
mFacilitiesAdapter.setItems(Collections.emptyList());
mHotelMoreFacilities.setVisibility(GONE);
mGalleryAdapter.setItems(new ArrayList<Image>());
mGalleryAdapter.setItems(new ArrayList<>());
mNearbyAdapter.setItems(Collections.emptyList());
mReviewAdapter.setItems(new ArrayList<Review>());
mHotelRating.setText("");