[iOS] Changed filter indicator count for hotel rules

This commit is contained in:
Alexander Boriskov 2020-07-24 15:17:11 +03:00 committed by Aleksey Belousov
parent b0ecbbb443
commit 1c98cc8d08

View file

@ -106,7 +106,9 @@ static int8_t kAgeOfInfant = 2;
}
}
result += self.types.size();
if (!self.types.empty()) {
result += 1;
}
return result;
}