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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2019-03-12 15:59:22 +0300
committerAleksandr Zatsepin <alexzatsepin@users.noreply.github.com>2019-03-13 12:57:30 +0300
commit6acbf7deab44304a0e86309039b048e7fc05adae (patch)
tree8be6d5e88059812e7e91633f96ca9f37d367dd85 /storage
parent22fdecbe56fc1e199b1e21199513973f5ec5483e (diff)
[ios] Fixed progress on autoupdate screen.
Diffstat (limited to 'storage')
-rw-r--r--storage/storage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/storage.cpp b/storage/storage.cpp
index b036a12092..e05b1439d4 100644
--- a/storage/storage.cpp
+++ b/storage/storage.cpp
@@ -1761,7 +1761,7 @@ void Storage::GetNodeAttrs(CountryId const & countryId, NodeAttrs & nodeAttrs) c
m_countryNameGetter.Get(countryId + LOCALIZATION_DESCRIPTION_SUFFIX);
// Progress.
- if (nodeAttrs.m_status == NodeStatus::OnDisk || nodeAttrs.m_status == NodeStatus::Applying)
+ if (nodeAttrs.m_status == NodeStatus::OnDisk)
{
// Group or leaf node is on disk and up to date.
MwmSize const subTreeSizeBytes = node->Value().GetSubtreeMwmSizeBytes();