From 5e9e28592db218fc700d73300ff46b893aaf9d9e Mon Sep 17 00:00:00 2001 From: ababi <albert.babi@savoirfairelinux.com> Date: Tue, 15 Dec 2020 10:45:05 +0100 Subject: [PATCH] mainview: update current conversation id when accessing a call Change-Id: I39cabcab3db814e017bce56baa0d4496eb13f2f7 Gitlab: #210 --- src/mainview/MainView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainview/MainView.qml b/src/mainview/MainView.qml index 48efbf647..b766d7575 100644 --- a/src/mainview/MainView.qml +++ b/src/mainview/MainView.qml @@ -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) -- GitLab