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:
-rw-r--r--storage/storage.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/storage.cpp b/storage/storage.cpp
index 656bef087f..f355e76b4e 100644
--- a/storage/storage.cpp
+++ b/storage/storage.cpp
@@ -806,6 +806,8 @@ void Storage::OnServerListDownloaded(vector<string> const & urls)
queuedCountry.ResetToDefaultOptions();
break;
case Status::Available:
+ if (!m_diffManager.HasDiffFor(queuedCountry.GetCountryId()))
+ queuedCountry.ResetToDefaultOptions();
break;
}
}