Skip to content
Snippets Groups Projects
Commit adc78a80 authored by Albert  Babí Oller's avatar Albert Babí Oller
Browse files

mainview: fix crash when call is declined or hanged up

deleted unused calls to getCallId with empty id's

Gitlab: #30, #33
Change-Id: Id26b883907c6dd1e03ac9c12e7ebf8a8c8c2711b
parent 8cb4e442
No related branches found
No related tags found
No related merge requests found
......@@ -170,10 +170,6 @@ Window {
function onCloseCallStack(accountId, convUid) {
var responsibleCallId = ClientWrapper.utilsAdaptor.getCallId(
callStackView.responsibleAccountId, callStackView.responsibleConvUid)
var callId = ClientWrapper.utilsAdaptor.getCallId(
callStackView.responsibleAccountId, convUid)
/*
* Check if call stack view is on any of the stackview.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment