mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
Fix java impl for LinphoneMessage.GetTime
This commit is contained in:
parent
c06e9c7060
commit
e31fbfa473
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