Skip to content

Commit 213f156

Browse files
authored
Undo withdraw notif. Will do in a separate branch
1 parent 3496bf3 commit 213f156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Reminder.vala

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

6969
public bool remind () {
7070
if (global_active && checkbox_active) {
71-
app.withdraw_notification (name);
7271
app.send_notification (name, notification);
7372
}
7473
return true;

0 commit comments

Comments
 (0)