mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
Fixed getUnreadMessagesCount method in old JNI file
This commit is contained in:
parent
25c564273e
commit
62b0764e2b
1 changed files with 1 additions and 1 deletions
|
|
@ -4497,7 +4497,7 @@ extern "C" jint Java_org_linphone_core_LinphoneChatRoomImpl_getHistorySize (JNI
|
|||
,jlong ptr) {
|
||||
return (jint) linphone_chat_room_get_history_size((LinphoneChatRoom*)ptr);
|
||||
}
|
||||
extern "C" jint Java_org_linphone_core_LinphoneChatRoomImpl_getUnreadMessageCount(JNIEnv* env
|
||||
extern "C" jint Java_org_linphone_core_LinphoneChatRoomImpl_getUnreadMessagesCount(JNIEnv* env
|
||||
,jobject thiz
|
||||
,jlong ptr) {
|
||||
return (jint) linphone_chat_room_get_unread_messages_count((LinphoneChatRoom*)ptr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue