Replies: 1 comment 8 replies
-
|
Hi @AgileWit, Thanks for sharing your issue. I’ll try to reproduce it. In the meantime, could you provide some more information?
Any additional information you can provide would be very helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
This is a very nice piece of software, and it works great. However, I noticed there is something that is not quite right, at least on Android, in the use case where there are multiple upcoming alarms set up.
Let's say I set up the alarm for 8, 8:30, 9, 9:30, 10, 10:30 etc.
As long as my app keeps running in the background (or foreground, obviously), all those alarms will activate as advertised.
However, let's say the app runs in the background, and OS will put my app to sleep at, say, 8:45. By "put to sleep" I mean I no longer see my app on the list of background processes.
The alarm at 9 will always run correctly. However, the rest will run at random - some may run, but most will not. Sometimes, only the first alarm that is scheduled after the app is put to sleep will run.
I would appreciate any hints on how to solve this!
Beta Was this translation helpful? Give feedback.
All reactions