forked from organicmaps/organicmaps
[booking] Crash fix in availability filter
This commit is contained in:
parent
4cc87e8430
commit
e6aac8ccd2
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ void FillResults(HotelToResults && hotelToResults, std::vector<std::string> cons
|
|||
case Cache::HotelStatus::NotReady:
|
||||
{
|
||||
auto hotelStatus = cache.Get(hotelToResult.m_hotelId);
|
||||
CHECK_NOT_EQUAL(hotelStatus, Cache::HotelStatus::Absent, ());
|
||||
|
||||
if (hotelStatus == Cache::HotelStatus::Available)
|
||||
results.AddResult(std::move(hotelToResult.m_result));
|
||||
|
|
Loading…
Add table
Reference in a new issue