1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-05 08:05:25 +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:
ababi 2020-08-27 09:27:25 +02:00
parent 8cb4e442d9
commit adc78a8045

View file

@ -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.
*/ */