Countries with null property crash the app
andras-adam opened this issue · 0 comments
andras-adam commented
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
.