blongho / worldCountryData

Android library for country flag, currency, and other country information
https://blongho.github.io/worldCountryData/doc/
MIT License
98 stars 35 forks source link

Some countries doesn`t have flags #42

Closed Radcat501 closed 2 years ago

Radcat501 commented 2 years ago

Hello!

I am using function: World.getFlagOf(item.CodeAlpha2)

Works fine, but some countries and regions does not have flags:

Thank you.

blongho commented 2 years ago

@Radcat501 Thanks for this. I am currently looking at the issue. Will be fixed in the days ahead

blongho commented 2 years ago

@Radcat501 Thanks for this feedback. There was an implementation issue that excluded countries without currencies or whose currencies lacked symbol and/or name.

It is now left to the developer to make the check!

Radcat501 commented 2 years ago

Thank you for fixes.