Skip to content

Commit b627375

Browse files
authored
Merge pull request #118 from teamcons/withdraw
withdraw previous notif of same kind
2 parents bb6a181 + 4ea4fbe commit b627375

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)