mawaqit / android-tv-app

Prayer times App for Android TV
https://mawaqit.net
Other
34 stars 15 forks source link

Fix/ Flash message display logic #1081

Closed ghassenbenzahra123 closed 3 months ago

ghassenbenzahra123 commented 3 months ago

๐Ÿ“ Summary

This PR fixes #1036 & #972

Description

Fix flash message display logic to handle all cases for start & end date.

Tests

๐Ÿงช Use case 1

๐Ÿ’ฌ Description:

Only Startdate selected the flash message should display starting that date until the user cancel it .

๐Ÿงช Use case 2

๐Ÿ’ฌ Description:

Only Enddate selected the flash message should display immediately until passing the endDate .

๐Ÿงช Use case 3

๐Ÿ’ฌ Description:

Both start & end date selected the flash message should display between the selected values.

๐Ÿงช Use case 4

๐Ÿ’ฌ Description:

Neither start or end date is selected the flash message should always display until the user cancel it.

Checklist: