forked from organicmaps/organicmaps
[iOS] Changed filter indicator count for hotel rules
This commit is contained in:
parent
b0ecbbb443
commit
1c98cc8d08
1 changed files with 3 additions and 1 deletions
|
@ -106,7 +106,9 @@ static int8_t kAgeOfInfant = 2;
|
|||
}
|
||||
}
|
||||
|
||||
result += self.types.size();
|
||||
if (!self.types.empty()) {
|
||||
result += 1;
|
||||
}
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue