mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 19:48:07 +00:00
Fix java impl for LinphoneMessage.GetTime
This commit is contained in:
parent
6a9dafbb64
commit
3bf7dd21dc
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,6 @@ public class LinphoneChatMessageImpl implements LinphoneChatMessage {
|
|||
}
|
||||
|
||||
public long getTime() {
|
||||
return getTime(nativePtr);
|
||||
return getTime(nativePtr) * 1000; // Need milliseconds, not seconds
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue