We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb6a181 + 4ea4fbe commit b627375Copy full SHA for b627375
src/Reminder.vala
@@ -68,6 +68,7 @@ public class Badger.Reminder : GLib.Object {
68
69
public bool remind () {
70
if (global_active && checkbox_active) {
71
+ app.withdraw_notification (name);
72
app.send_notification (name, notification);
73
}
74
return true;
0 commit comments