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