From d3e886040fb7a473fc63249172f4c6b36f32c91f Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Tue, 2 Jun 2020 15:19:38 +0300 Subject: [PATCH] [guides on map] review fix --- map/guides_manager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map/guides_manager.cpp b/map/guides_manager.cpp index 7f5909430f..0dcb5b17ba 100644 --- a/map/guides_manager.cpp +++ b/map/guides_manager.cpp @@ -174,7 +174,9 @@ void GuidesManager::RequestGuides(bool suggestZoom) m_errorRequestsCount = 0; if (!m_guides.m_nodes.empty()) + { ChangeState(GuidesState::HasData); + } else { if (suggestZoom && m_zoom > m_guides.m_suggestedZoom)