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

Layout isn't recalculated properly after removing 6+ counters #39

Closed n-apps closed 5 years ago

n-apps commented 5 years ago

I'm sure it's my awful code inside CounetrsAdapter. I'm ashamed of it every time I open this code part. Sorry 😣. Maybe, someday we will rewrite it completely (👋 @drstranges)

How to reproduce bug:

  1. add 6+ counters

  2. remove all

  3. add counter

  4. 😢

n-apps commented 5 years ago

I've use a dirty way in latest release. It's works but it can be done in more elegant way :)