volhovm / justsit

Automatically exported from code.google.com/p/justsit
GNU General Public License v3.0
0 stars 1 forks source link

Orientation change during timer creates additional countdowns #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start a timer
2. Change orientation while the timer is running

What is the expected output? What do you see instead?
The timer should continue counting down, instead the numbers reset to the
beginning. 

This appears to be because onCreate is called when the orientation changes,
and onCreate of the RunTimer view starts a new timer every time.

Original issue reported on code.google.com by brock.t...@gmail.com on 7 Jan 2009 at 6:21

GoogleCodeExporter commented 9 years ago
This should be fixed in 0.2.2. Please let me know if you still see any issues 
with it.

Original comment by brock.t...@gmail.com on 28 Jun 2009 at 2:41