Merge pull request #2582 from trashkalmar/use-downloading-counter

[new downloader][android] fix: Use "downloading" counter in downloader.
This commit is contained in:
Dmitry Yunitsky 2016-03-28 18:57:30 +03:00
commit 27e923ef83

View file

@ -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