zeroXbrock / Tomado.Android

The app that helps you work smarter. Made public for you (;
1 stars 0 forks source link

Timer appears to round up when changing orientation #4

Closed zeroXbrock closed 8 years ago

zeroXbrock commented 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.

zeroXbrock commented 8 years ago

Issue appeared to be with pause function... Works now.