fix: fix App not showing correctly when notification is clicked

This commit is contained in:
Jonathan Rainville 2021-02-15 11:42:25 -05:00 committed by Iuri Matias
parent 82ede94700
commit 0104962df8
1 changed files with 2 additions and 1 deletions

View File

@ -123,10 +123,11 @@ ScrollView {
}
function clickOnNotification(chatId) {
applicationWindow.show()
applicationWindow.raise()
applicationWindow.requestActivate()
chatsModel.setActiveChannel(chatId)
appMain.changeAppSection(Constants.chat)
applicationWindow.requestActivate()
}
Connections {