Kh-Mudassar / solitaire-for-android

Automatically exported from code.google.com/p/solitaire-for-android
Apache License 2.0
0 stars 0 forks source link

Number of Games Played wrong after lock-unlock #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start a game of Freecell (Stats shows Games Played = N)
2. Move a single card (Games Played = N + 1)
3. Lock the screen by pressing the red button
4. Unlock the screen by pressing the menu button twice
5. Games Played = N + 1 correct
6. Move one more card
7. Games Played = N + 2 WRONG

What is the expected output? What do you see instead?

In step 7 Games Played should show N + 1, not N + 2.

What version of the product are you using? On what operating system?

Version 1.11

Please provide any additional information below.

Running on Cupcake (1.5)

Original issue reported on code.google.com by dornb...@gmail.com on 5 May 2009 at 8:18

GoogleCodeExporter commented 8 years ago
(May be the same bug as this issue:
http://code.google.com/p/solitaire-for-android/issues/detail?id=18)

Original comment by dornb...@gmail.com on 5 May 2009 at 8:19

GoogleCodeExporter commented 8 years ago
This issue happens in the regular solitare game as well.  However, it happens 
any time you leave the 
game without saving and quiting:  take a call, reply to text, etc.  It 
increments the number of attempts but 
not the number of wins, therefore lowering your success rate without completing 
the game.  When you 
return to the game and complete it, the stats are updated again.

Original comment by handyhon...@gmail.com on 12 May 2009 at 6:09

GoogleCodeExporter commented 8 years ago
Agree with comment #1;  Duplicate bug.

Original comment by hapybr...@gmail.com on 16 Jun 2009 at 11:44