From ce613db775e4e8f7fa97d72bad20b00c48dab411 Mon Sep 17 00:00:00 2001 From: vng Date: Wed, 19 May 2021 08:48:20 +0300 Subject: [PATCH] Removed server check for the release. Signed-off-by: vng --- map/framework.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/map/framework.cpp b/map/framework.cpp index cad4241d8d..a215dbd088 100644 --- a/map/framework.cpp +++ b/map/framework.cpp @@ -1181,8 +1181,6 @@ void Framework::EnterForeground() m_drapeEngine->OnEnterForeground(secondsInBackground); } - m_storage.RunCountriesCheckAsync(); - m_trafficManager.OnEnterForeground(); }