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

Due & issue notification issues solved #327

Closed Sabra-xD closed 4 months ago

Sabra-xD commented 4 months ago

Description

The Due notification was being issued twice when adjusting it, once in the past time and once in the adjusted time. When adding wait time, the notification is issued twice for no reason.

I've solved that by creating a waitNotificationID and itself reads if the task.wait was initialized or not.

Fixes #319 & #326

Screenshots

Check out the result in this video: https://drive.google.com/file/d/11EB8CacRbrrRnCZl7uMBuRyxViPOZLmp/view?usp=sharing

Checklist

Sabra-xD commented 4 months ago

Have a look at this @Pavel401 , Thanks.