FeraGroup/FTCVortexScoreCounter

Timer Pause and Resume Button

afera15 opened this issue · 4 comments

Create Timer Pause and Resume Functionality

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.

In the reset counters function,
add timer.cancel();
Before the
AudDisplay.TimerDisplay.setText("2:30");

Added Pause to the Main UI

This was resolve with Pull Request #50