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:
parent
ca0c54da7f
commit
5e9e28592d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue