forked from organicmaps/organicmaps
[android] Changed default value for room
This commit is contained in:
parent
0a71695220
commit
b8e539d581
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue