suudupa / Pandemic-Tracker

Android Application for Tracking COVID-19 Worldwide
2 stars 0 forks source link

Feature/11/offline caching #41

Closed RK360 closed 4 years ago

RK360 commented 4 years ago

Fixed a few issues as per comments in the commit. Need to fix issue where the spinner keeps reordering itself in alphabetical order. To reproduce:

  1. Open app
  2. Go to settings
  3. Come back to main activity
  4. Open spinner -> You will see the list in alphabetical order
  5. Optional: Pull to refresh, and you see it loading results for Afghanistan while it still says "World"

Looks like this is also causing the saved regions.txt file to be in alphabetical order?

Once you're done fixing that, we can merge back to dev

RK360 commented 4 years ago

Fixed issue from previous comment