Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-07-26 16:39:50 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-07-26 17:36:44 +0300
commit1fb60ed45d387af78db97b0588386e31125cbd6c (patch)
treefd500cef858ee8739e8f6fc0fdb1e4c28aaeae34
parent6e8961f0ee76b17f5dd6cde1c12951b10b1a1439 (diff)
[booking] Crash fix in availability filterandroid-gr-833
-rw-r--r--map/booking_availability_filter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/map/booking_availability_filter.cpp b/map/booking_availability_filter.cpp
index 0d8143ca99..ba7c068d06 100644
--- a/map/booking_availability_filter.cpp
+++ b/map/booking_availability_filter.cpp
@@ -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));