Skip to content

Commit 3496bf3

Browse files
committed
Withdraw older notification before notifying same thing
1 parent 5f8569e commit 3496bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Reminder.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public class Badger.Reminder : GLib.Object {
6868

6969
public bool remind () {
7070
if (global_active && checkbox_active) {
71+
app.withdraw_notification (name);
7172
app.send_notification (name, notification);
7273
}
7374
return true;

0 commit comments

Comments
 (0)