CCExtractor / taskwarrior-flutter

This is the repo of mobile app of taskwarrior
https://play.google.com/store/apps/details?id=com.ccextractor.taskwarriorflutter
GNU General Public License v3.0
103 stars 86 forks source link

Dev #321

Closed Sabra-xD closed 4 months ago

Sabra-xD commented 4 months ago

Description

Notification was supposed to be cancelled once task is deleted or completed but it was not working. I've used the Notification service to get the task id by calculating it again since it was not saved and used it to delete the task. Note that when calculating the notificationId the task id, which is an input, is given as null.

Fixes #320

Screenshots

N/A

Checklist

Sabra-xD commented 4 months ago

Check this out @Pavel401 Thanks