mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Yet another commit to fix JNI's getUnreadMessagesCount()
This commit is contained in:
parent
5298e8bf7f
commit
d5fe22fb65
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class LinphoneChatRoomImpl implements LinphoneChatRoom {
|
|||
private native Object[] getHistoryRange(long ptr, int begin, int end);
|
||||
private native Object[] getHistory(long ptr, int limit);
|
||||
private native void destroy(long ptr);
|
||||
private native int getUnreadMessageCount(long ptr);
|
||||
private native int getUnreadMessagesCount(long ptr);
|
||||
private native int getHistorySize(long ptr);
|
||||
private native void deleteHistory(long ptr);
|
||||
private native void compose(long ptr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue