Timer Pause and Resume Button
afera15 opened this issue · 4 comments
afera15 commented
Create Timer Pause and Resume Functionality
Techno11 commented
In relise the timer functionality is not finished in the least... But the reset button does not stop the timer. It will put it back to 2:30, but the timer will keep counting down.
Techno11 commented
In the reset counters function,
add timer.cancel();
Before the
AudDisplay.TimerDisplay.setText("2:30");
afera15 commented
Added Pause to the Main UI