[android] Changed default value for room

This commit is contained in:
Александр Зацепин 2018-02-05 12:00:55 +03:00 committed by Arsentiy Milchakov
parent 0a71695220
commit b8e539d581

View file

@ -47,7 +47,7 @@ public class BookingFilterParams implements Parcelable
{
// This value is corresponds to AvailabilityParams::Room::kNoChildren in core.
static final int NO_CHILDREN = -1;
static final Room DEFAULT = new Room(2, 4);
static final Room DEFAULT = new Room(2);
private int mAdultsCount;
private int mAgeOfChild;