Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
62b0764e
Commit
62b0764e
authored
Jan 09, 2018
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed getUnreadMessagesCount method in old JNI file
parent
25c56427
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+1
-1
No files found.
coreapi/linphonecore_jni.cc
View file @
62b0764e
...
...
@@ -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_getUnreadMessage
s
Count
(
JNIEnv
*
env
,
jobject
thiz
,
jlong
ptr
)
{
return
(
jint
)
linphone_chat_room_get_unread_messages_count
((
LinphoneChatRoom
*
)
ptr
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment