Yet another commit to fix JNI's getUnreadMessagesCount()

This commit is contained in:
Sylvain Berfini 2018-01-09 16:15:38 +01:00
parent 5298e8bf7f
commit d5fe22fb65

View file

@ -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);