mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
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…
x
Reference in New Issue
Block a user