[promo][jni] fix for city gallery lux category constructor

This commit is contained in:
Arsentiy Milchakov 2019-06-24 20:49:29 +03:00 committed by Aleksandr Zatsepin
parent 776e1c7bc0
commit c0fc6ae636

View file

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