andras-adam / coronainfo

😷 Coronainfo - Get the latest COVID-19 statistics right to your smartphone!

Home Page:https://neoaren.github.io/coronainfo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Countries with null property crash the app

andras-adam opened this issue · comments

Countries that have null properties in the API response (e.g.: population in Antarctica [AQ] is null) cause Gson to throw ClassCastException. Potential fix: use some default value if the property is null.