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 cab008e commit 47fc798Copy full SHA for 47fc798
1 file changed
jni-c-toxcore/jni-c-toxcore.c
@@ -3374,6 +3374,9 @@ Java_com_zoffcc_applications_trifa_MainActivity_tox_1callback_1friend_1lossless_
3374
return -1;
3375
}
3376
tox_callback_friend_lossless_packet_per_pktid(tox_global, friend_lossless_packet_cb, pktid);
3377
+
3378
+ // HINT: since we have no return value from c-toxcore, we just return "1" (== true)
3379
+ return 1;
3380
3381
3382
JNIEXPORT jstring JNICALL
0 commit comments