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.
1 parent 3496bf3 commit 213f156Copy full SHA for 213f156
src/Reminder.vala
@@ -68,7 +68,6 @@ 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