forked from mirrors/linphone-iphone
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