1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

mainview: update current conversation id when accessing a call

Change-Id: I39cabcab3db814e017bce56baa0d4496eb13f2f7
Gitlab: #210
This commit is contained in:
ababi 2020-12-15 10:45:05 +01:00 committed by Albert Babí Oller
parent ca0c54da7f
commit 5e9e28592d

View file

@ -197,6 +197,7 @@ Rectangle {
callStackView.setLinkedWebview(communicationPageMessageWebView)
callStackView.responsibleAccountId = AccountAdapter.currentAccountId
callStackView.responsibleConvUid = currentUID
currentConvUID = currentUID
if (callState === Call.Status.IN_PROGRESS || callState === Call.Status.PAUSED) {
UtilsAdapter.setCurrentCall(AccountAdapter.currentAccountId, currentUID)