ccomeaux / boardgamegeek4android

BoardGameGeek application for Android (unofficial)
GNU General Public License v3.0
228 stars 47 forks source link

Don't reset all aspects of the collection view #132

Closed hcarver closed 4 years ago

hcarver commented 4 years ago

This fixes an annoying bug I had.

  1. Go to collection view
  2. Add some filters
  3. Select one of the games in the list
  4. Press back

Previously, the filters of the list would be reset. Now they aren't - they remain as they were before selecting one of the games.

I'm not sure it's the best way to fix it, but it works for me.

Kaligula0 commented 4 years ago

(solution to issue #76 which is closed but still not resolved)

ccomeaux commented 4 years ago

I've completely changed the way the collection views are retrieved and applied. This is no longer an issue. I'll be closing this and producing a new release with this fix soon.