Skip to content

Commit

Permalink
fix(Android): fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Sep 30, 2024
1 parent 760e12d commit 7e1c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/cpp-adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Java_com_jsiudp_JsiUdpModule_nativeInstall(JNIEnv *env, jclass _, jlong jsiPtr,
}->cthis()->getCallInvoker()
};

manager = std::make_shared<jsiudp::UdpManager>(runtime, std::move(jsCallInvoker), eventHandlers);
manager = std::make_shared<jsiudp::UdpManager>(runtime, std::move(jsCallInvoker));
}

extern "C"
Expand Down

0 comments on commit 7e1c1fa

Please sign in to comment.