diff --git a/android/src/com/mapswithme/maps/search/BookingFilterParams.java b/android/src/com/mapswithme/maps/search/BookingFilterParams.java index 8ae6fd6b7e..24b1208d45 100644 --- a/android/src/com/mapswithme/maps/search/BookingFilterParams.java +++ b/android/src/com/mapswithme/maps/search/BookingFilterParams.java @@ -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;