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 application #108

Closed albertot-dev closed 9 years ago

albertot-dev commented 9 years ago

When exit with back button and return my application crash. In the log show this message: Caused by: java.lang.IllegalArgumentException: Can't add twice the same font "iconify/android-iconify-fontawesome.ttf".

JoanZapata commented 9 years ago

You can't call twice Iconify.with(new FontAwesomeModule()), please set it up in your Application class, not in your Activity.

albertot-dev commented 9 years ago

Ops!! Thanks

albertot-dev commented 9 years ago

Leave issue for the other user.

JoanZapata commented 9 years ago

I'll add the info directly in the error message and close this issue after that.

JoanZapata commented 9 years ago

Done in develop.