mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-24 23:41:10 +00:00
fixed crash
This commit is contained in:
parent
e4769b3dc7
commit
b4e3488561
@ -228,7 +228,7 @@ uint SnoreCore::broadcastNotification ( Notification notification )
|
||||
qDebug()<<"Notification backend "<<m_notificationBackend<<" isnt initialized will snore will exit now";
|
||||
qApp->quit();
|
||||
}
|
||||
m_notificationBackend->slotNotify( notification );
|
||||
notification.setId( m_notificationBackend->slotNotify( notification ));
|
||||
m_notificationBackend->addActiveNotification(notification);
|
||||
return notification.id();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user