kaajjo / LibreSudoku

LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
GNU General Public License v3.0
374 stars 30 forks source link

Best win streak calculated wrong #73

Open slavalamp opened 1 year ago

slavalamp commented 1 year ago

I think it might be adding current streak to the previous best one to calculate best streak

  1. my statistics when i noticed this

Screenshot_20230922-154515.png

  1. my statistics after i dropped 1 game and completed 2

Screenshot_20230922-163000.png

slavalamp commented 1 year ago

reset my statistics

won 1 game, lost 1, won 2, lost 1, won 1 and got the bug

i guess it might be only only doing that when last best win streak is higher than 1

Screenshot_20230923-110500.png