forked from organicmaps/organicmaps
[new downloader][android] fix: Compilation error.
This commit is contained in:
parent
1d0ffa2b31
commit
c75b53a7f6
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ static void StatusChangedCallback(shared_ptr<jobject> const & listenerRef, TCoun
|
|||
GetStorage().GetNodeAttrs(countryId, attrs);
|
||||
|
||||
jmethodID const methodID = jni::GetMethodID(env, *listenerRef, "onStatusChanged", "(Ljava/lang/String;IZ)V");
|
||||
env->CallVoidMethod(*listenerRef, methodID, jni::ToJavaString(env, countryId), attrs.m_status, (attrs.m_mwmCounter == 1);
|
||||
env->CallVoidMethod(*listenerRef, methodID, jni::ToJavaString(env, countryId), attrs.m_status, (attrs.m_mwmCounter == 1));
|
||||
}
|
||||
|
||||
static void ProgressChangedCallback(shared_ptr<jobject> const & listenerRef, TCountryId const & countryId, TLocalAndRemoteSize const & sizes)
|
||||
|
|
Loading…
Add table
Reference in a new issue