Skip to content

reset callDuration after call ends, fixes #75

Right after receiving a call with duration!=0 , an outgoing call shows "Calling..." as expected

Screenshot_20240329_092321

yet the incoming call is saved in call history with its real duration!=0 (this is to test that I'm not overwriting the callDuration with 0 before the call entry gets saved into history)

Screenshot_20240329_092513

Merge request reports