Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Iqama/adhan countdown format #1008

Open
thebaryonicmatter opened this issue Jan 31, 2024 · 1 comment
Open

Fix Iqama/adhan countdown format #1008

thebaryonicmatter opened this issue Jan 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@thebaryonicmatter
Copy link

The countdown is displayed as follow:
00:mm when remaining time < 1 hour
h:mm when remaining time >= 1 hour
00:00:ss when remaining time < 1 min

Steps to reproduce the behavior:
just see the countdown at different phases

Expected behavior
prefer format to be as foolow:
remaining time >= 1 hour, format is: hh:mm
remaining time < 1 hour, format is: mm:ss
remaining time < 1 min, format is: 00:ss

an example screenshot
Screenshot from 2024-01-31 09-44-45

  • Device: Android TV
  • OS: Android 9
@ibrahim-zehhaf-mawaqit
Copy link
Contributor

This format 00:00:ss when remaining time < 1 min is not on the android TV app
It's on the web page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants