diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 9f657c65ff..abf9eb39c1 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -717,8 +717,8 @@ StatusAppLayout { }); } onClicked: function (index) { - chatsModel.channelView.setActiveChannelByIndex(index) appMain.changeAppSection(Constants.chat) + chatsModel.channelView.setActiveChannelByIndex(index) channelPicker.close() } }