NedaaDevs / nedaa

Muslims prayer times app in Flutter
3 stars 1 forks source link

Android Home widget #52

Open F2had opened 2 weeks ago

burhanaksendir commented 2 weeks ago

There's an issue with the home widget. Even though it's past Dhuhr prayer time, the countdown isn't resetting; it's progressing forward instead. The expected behavior was for the countdown to reset to 00:00 when it transitions to the next prayer time. It seems like the home widget isn't updating properly at the correct times. I'm attaching a video for reference.

https://github.com/NedaaDevs/nedaa/assets/8548639/5103693c-dd96-4d52-b884-9dad3e215ad9

F2had commented 2 weeks ago

There's an issue with the home widget. Even though it's past Dhuhr prayer time, the countdown isn't resetting; it's progressing forward instead. The expected behavior was for the countdown to reset to 00:00 when it transitions to the next prayer time. It seems like the home widget isn't updating properly at the correct times. I'm attaching a video for reference.

https://github.com/NedaaDevs/nedaa/assets/8548639/5103693c-dd96-4d52-b884-9dad3e215ad9

@burhanaksendir This behavior is actually intended. So the idea is: 1- Show the next prayer time 2- An hour before the prayer starts a countdown. 3- Count up 30min after the prayer (just to know how long since the Athan) 4- 30min after the prayer show the next prayer time.

If you would like to disable the timer you can do so using the widget settings. image

burhanaksendir commented 2 weeks ago

There's an issue with the home widget. Even though it's past Dhuhr prayer time, the countdown isn't resetting; it's progressing forward instead. The expected behavior was for the countdown to reset to 00:00 when it transitions to the next prayer time. It seems like the home widget isn't updating properly at the correct times. I'm attaching a video for reference.

widget.mp4

@burhanaksendir This behavior is actually intended. So the idea is: 1- Show the next prayer time 2- An hour before the prayer starts a countdown. 3- Count up 30min after the prayer (just to know how long since the Athan) 4- 30min after the prayer show the next prayer time.

If you would like to disable the timer you can do so using the widget settings. image

Thank you very much for your detailed explanation.