Closed zeroXbrock closed 8 years ago
Caused by TimerActivity.getClockTimeLeft(millis) Rounds up to the nearest second. The timer is fine but the display appears wrong. Possible fix: store the values (minutes and seconds) for the textview in the state bundle.
Issue appeared to be with pause function... Works now.
Caused by TimerActivity.getClockTimeLeft(millis) Rounds up to the nearest second. The timer is fine but the display appears wrong. Possible fix: store the values (minutes and seconds) for the textview in the state bundle.