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
The desired behavior is, of course, for unchecking an alarm, timer, or reminder, to stop it from running. Also, returning the HeadsUpForm entry to its non-running mode is required.
The text was updated successfully, but these errors were encountered:
In attempting to implement this, somewhere toggleRunning() is being executed a second time, thus delaying stop precision by an unacceptable margin of > 1sec.
The desired behavior is, of course, for unchecking an alarm, timer, or reminder, to stop it from running. Also, returning the HeadsUp
Form
entry to its non-running mode is required.The text was updated successfully, but these errors were encountered: