mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(IncallFullscreenWindow): avoid invalid property read on timer
This commit is contained in:
parent
8eb3127dce
commit
114480aa5f
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ Window {
|
|||
|
||||
Component.onCompleted: {
|
||||
var updateDuration = function () {
|
||||
var call = incall.caller.call
|
||||
text = Utils.formatElapsedTime(call.duration)
|
||||
Utils.setTimeout(elapsedTime, 1000, updateDuration)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue