nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

Error displaying data with specific filters #849

Open WoodyMats opened 3 years ago

WoodyMats commented 3 years ago

BUG DESCRIPTION

When "Material Design" or "Product Hunt" filter is selected or both without "Popular Designer News" the app doesn't set up data items to recycler view. After some testing i noticed that app calls loadData function in HomeViewModel continuously.

WAY TO REPRODUCE

  1. Open the app
  2. Deselect "Popular Designer News" filter
  3. Select "Material Design" or "Product Hunt" filter or both
  4. That's it. Progress bar is always visible and loadData function is called continuously