We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e192ef4 commit e7f3670Copy full SHA for e7f3670
1 file changed
Backends/System/Android/Sources/kinc/backend/system.c.h
@@ -876,7 +876,7 @@ static uint16_t unicode_stack[UNICODE_STACK_SIZE];
876
static int unicode_stack_index = 0;
877
static kinc_mutex_t unicode_mutex;
878
879
-JNIEXPORT void JNICALL Java_tech_kinc_KoreActivity_nativeKoreKeyPress(JNIEnv *env, jobject jobj, jstring chars) {
+JNIEXPORT void JNICALL Java_tech_kore_KoreActivity_nativeKoreKeyPress(JNIEnv *env, jobject jobj, jstring chars) {
880
const jchar *text = (*env)->GetStringChars(env, chars, NULL);
881
const jsize length = (*env)->GetStringLength(env, chars);
882
0 commit comments