Skip to content

Commit

Permalink
Update notification.go
Browse files Browse the repository at this point in the history
  • Loading branch information
esiqveland committed Oct 7, 2022
1 parent 2099633 commit 149ead1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ func (n notifier) eventLoop(done <-chan struct{}) {

// signal handler that translates and sends notifications to channels
func (n notifier) handleSignal(signal *dbus.Signal) {
if signal == nil {
return
}
switch signal.Name {
case signalNotificationClosed:
nc := &NotificationClosedSignal{
Expand Down

0 comments on commit 149ead1

Please sign in to comment.