forked from organicmaps/organicmaps-tmp
[new downloader] Android buildfix.
This commit is contained in:
parent
b9259d0b2b
commit
3ae41fac5d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ static void UpdateItem(JNIEnv * env, jobject item, NodeAttrs const & attrs)
|
|||
env->SetBooleanField(item, countryItemFieldPresent, attrs.m_present);
|
||||
|
||||
// Progress
|
||||
env->SetIntField(item, countryItemFieldProgress,static_cast<jint>(attrs.m_downloadingMwmSize));
|
||||
env->SetIntField(item, countryItemFieldProgress,static_cast<jint>(attrs.m_downloadingProgress.first));
|
||||
}
|
||||
|
||||
static void PutItemsToList(JNIEnv * env, jobject const list, vector<TCountryId> const & children, TCountryId const & parent, int category)
|
||||
|
|
Loading…
Add table
Reference in a new issue