JoanZapata / android-iconify

Android integration of multiple icon providers such as FontAwesome, Entypo, Typicons,...
http://joanzapata.com/android-iconify
Other
3.93k stars 526 forks source link

Crash when a view is null in addIcons #72

Closed smaspe closed 9 years ago

smaspe commented 9 years ago

when used with various layouts, some may not include all the text views and icons. Iconify.addIcon would be easier to use if it accepted and ignored occasional null views.

JoanZapata commented 9 years ago

Fix will be included in 2.0.3

smaspe commented 9 years ago

awesome thanks!