forked from organicmaps/organicmaps-tmp
[ios] Fixed progress on autoupdate screen.
This commit is contained in:
parent
22fdecbe56
commit
6acbf7deab
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue