[ios] Fixed progress on autoupdate screen.

This commit is contained in:
VladiMihaylenko 2019-03-12 15:59:22 +03:00 committed by Aleksandr Zatsepin
parent 22fdecbe56
commit 6acbf7deab

View file

@ -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();