Skip to content
Snippets Groups Projects
Commit 5e9e2859 authored by Albert  Babí Oller's avatar Albert Babí Oller Committed by Albert Babí Oller
Browse files

mainview: update current conversation id when accessing a call

Change-Id: I39cabcab3db814e017bce56baa0d4496eb13f2f7
Gitlab: #210
parent ca0c54da
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment