mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Need milliseconds, not seconds
This commit is contained in:
parent
58c708a10b
commit
28912d2234
1 changed files with 1 additions and 1 deletions
|
|
@ -67,6 +67,6 @@ class LinphoneCallLogImpl implements LinphoneCallLog {
|
|||
}
|
||||
|
||||
public long getTimestamp() {
|
||||
return getTimestamp(nativePtr);
|
||||
return getTimestamp(nativePtr) * 1000; // Need milliseconds, not seconds
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue