forked from organicmaps/organicmaps-tmp
[promo][jni] fix for city gallery lux category constructor
This commit is contained in:
parent
776e1c7bc0
commit
c0fc6ae636
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ void PrepareClassRefs(JNIEnv * env)
|
|||
g_categoryClass =
|
||||
jni::GetGlobalClassRef(env, "com/mapswithme/maps/promo/PromoCityGallery$LuxCategory");
|
||||
g_categoryConstructor =
|
||||
jni::GetConstructorID(env, g_authorClass, "(Ljava/lang/String;Ljava/lang/String;)V");
|
||||
jni::GetConstructorID(env, g_categoryClass, "(Ljava/lang/String;Ljava/lang/String;)V");
|
||||
|
||||
g_promoClass = jni::GetGlobalClassRef(env, "com/mapswithme/maps/promo/Promo");
|
||||
g_promoInstanceField =
|
||||
|
|
Loading…
Add table
Reference in a new issue