fix(@desktop/profile): fix click on contact

fixes #3158

First change area then activate the channel
This commit is contained in:
Anthony Laibe 2021-08-05 13:02:52 +02:00 committed by Iuri Matias
parent 9874f82a58
commit ca66d286f7
1 changed files with 1 additions and 1 deletions

View File

@ -62,8 +62,8 @@ Rectangle {
contactContextMenu.popup()
return
}
chatsModel.channelView.joinPrivateChat(container.address, "");
changeAppSection(Constants.chat)
chatsModel.channelView.joinPrivateChat(address, "")
}
}