Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a44d9bcc authored by Scott Mertz's avatar Scott Mertz
Browse files

fingerprint: register correct function for nativeEnrollCancel

Change-Id: Ia13295bc3665eda83efe2b627b6e65606204aa99
parent 0e160531
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -188,7 +188,7 @@ static jint nativeCloseHal(JNIEnv* env, jobject clazz) {
// TODO: clean up void methods
static const JNINativeMethod g_methods[] = {
    { "nativeEnroll", "(I)I", (void*)nativeEnroll },
    { "nativeEnrollCancel", "()I", (void*)nativeEnroll },
    { "nativeEnrollCancel", "()I", (void*)nativeEnrollCancel },
    { "nativeRemove", "(I)I", (void*)nativeRemove },
    { "nativeOpenHal", "()I", (void*)nativeOpenHal },
    { "nativeCloseHal", "()I", (void*)nativeCloseHal },