From 6acbf7deab44304a0e86309039b048e7fc05adae Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Tue, 12 Mar 2019 15:59:22 +0300 Subject: [PATCH] [ios] Fixed progress on autoupdate screen. --- storage/storage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();