forked from organicmaps/organicmaps
Merge pull request #2582 from trashkalmar/use-downloading-counter
[new downloader][android] fix: Use "downloading" counter in downloader.
This commit is contained in:
commit
27e923ef83
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ static void UpdateItem(JNIEnv * env, jobject item, NodeAttrs const & attrs)
|
|||
env->SetLongField(item, countryItemFieldTotalSize, attrs.m_mwmSize);
|
||||
|
||||
// Child counts
|
||||
env->SetIntField(item, countryItemFieldChildCount, attrs.m_localMwmCounter);
|
||||
env->SetIntField(item, countryItemFieldChildCount, attrs.m_downloadingMwmCounter);
|
||||
env->SetIntField(item, countryItemFieldTotalChildCount, attrs.m_mwmCounter);
|
||||
|
||||
// Status and error code
|
||||
|
|
Loading…
Add table
Reference in a new issue