AndrewMascolo / CountUpDownTimer

MIT License
28 stars 20 forks source link

PauseTimer() is Stopping Background Tasks #29

Open flyusa1 opened 4 years ago

flyusa1 commented 4 years ago

Hi Andrew,

I have added a calendar/clock using the Chronodot RTC along with your timer, both works together except when I pause the timer, that stops the clock in the background. Is there a switch somewhere to bifurcate the two tasks so that clock continues to run in the background?

Thank you for your support.