Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(notification): fix snackbar notification only appearing for a spl…
…it second (#794)
  • Loading branch information
mdelez committed Aug 10, 2022
1 parent d9570b9 commit 110039d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/main/services/notification.service.ts
Expand Up @@ -50,7 +50,5 @@ export class NotificationService {
}

this._snackBar.open(message, 'x', conf);

this._snackBar.dismiss();
}
}

0 comments on commit 110039d

Please sign in to comment.