n-apps / ScoreCounter

Android app. Score Counter will help you easily keep score in any games, sports or other activities. Will do all the math for tracking initiative, HP, hit points, spell slots or even count win streaks in your bar game night!
GNU General Public License v3.0
70 stars 19 forks source link

Previous die roll shows wrong value #84

Closed zmarties closed 2 years ago

zmarties commented 2 years ago

When you roll a die, the screen is supposed to show the previous roll as text below the current one.

However this does not happen for the first roll after switching back to the die panel if you have used it before. The text is there, and a number shown, but when you roll again, the number below stays the same, and the die rolls to a new number.

On subsequent rolls, the displayed value does move to the previous value, so it just looks like you are failing to update the history properly when you switch back to the die panel.

n-apps commented 2 years ago

Fixed (presumably) in v7.0.5. Thanks for spotting it!