Commit 114480aa authored by Ronan Abhamon's avatar Ronan Abhamon

fix(IncallFullscreenWindow): avoid invalid property read on timer

parent 8eb3127d
......@@ -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)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment