mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-05 16:15:26 +02:00
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
This commit is contained in:
parent
8cb4e442d9
commit
adc78a8045
1 changed files with 0 additions and 4 deletions
|
@ -170,10 +170,6 @@ Window {
|
||||||
|
|
||||||
function onCloseCallStack(accountId, convUid) {
|
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.
|
* Check if call stack view is on any of the stackview.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue