fix: fix App not showing correctly when notification is clicked
This commit is contained in:
parent
82ede94700
commit
0104962df8
|
@ -123,10 +123,11 @@ ScrollView {
|
|||
}
|
||||
|
||||
function clickOnNotification(chatId) {
|
||||
applicationWindow.show()
|
||||
applicationWindow.raise()
|
||||
applicationWindow.requestActivate()
|
||||
chatsModel.setActiveChannel(chatId)
|
||||
appMain.changeAppSection(Constants.chat)
|
||||
applicationWindow.requestActivate()
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
|
Loading…
Reference in New Issue