You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Bangle.js 2, a timer can be quickly enabled by pressing its icon or long pressing the item in the list. However, this causes some unexpected behaviour. Most of the time the timer never fires, but sometimes it fires immediately after enabling it this way.
Expected Behaviour
Enabling the timer via this shortcut should have the same effect as opening its menu and setting it to be Enabled.
Suspected cause
When enabling via the main menu, neither prepareTimerForSave (or prepareAlarmForSave for alarms) is called, so an old expiration time is used for the timer instead of it being updated when it is enabled.
Installed apps
alarm (0.50)
sched (0.31)
boot (0.65)
The text was updated successfully, but these errors were encountered:
Affected hardware version
Bangle 2
Your firmware version
2v25
The bug
Description
On the Bangle.js 2, a timer can be quickly enabled by pressing its icon or long pressing the item in the list. However, this causes some unexpected behaviour. Most of the time the timer never fires, but sometimes it fires immediately after enabling it this way.
Expected Behaviour
Enabling the timer via this shortcut should have the same effect as opening its menu and setting it to be Enabled.
Suspected cause
When enabling via the main menu, neither
prepareTimerForSave
(orprepareAlarmForSave
for alarms) is called, so an old expiration time is used for the timer instead of it being updated when it is enabled.Installed apps
The text was updated successfully, but these errors were encountered: