fix(@desktop/profile): fix click on contact
fixes #3158 First change area then activate the channel
This commit is contained in:
parent
9874f82a58
commit
ca66d286f7
|
@ -62,8 +62,8 @@ Rectangle {
|
||||||
contactContextMenu.popup()
|
contactContextMenu.popup()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
chatsModel.channelView.joinPrivateChat(container.address, "");
|
|
||||||
changeAppSection(Constants.chat)
|
changeAppSection(Constants.chat)
|
||||||
|
chatsModel.channelView.joinPrivateChat(address, "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue