We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have updated library from 4.0.2 -> 5.0.0-b01 and i keep getting this error
E/IconicsDrawable: Iconics.init() not yet executed, icon will be missing
each time i use an icon in my app but the icon looks fine. so I looked at the source and found these lines in IconicsDrawableExtensions.kt
IconicsDrawableExtensions.kt
if (Iconics.isInitDone()) { Log.e("IconicsDrawable", "Iconics.init() not yet executed, icon will be missing") }
that should print the error if Iconics.init() hasn't executed yet but its opposite.
Iconics.init()
thank you.
The text was updated successfully, but these errors were encountered:
oh you are right. it's supposed to be the inverse.
Sorry, something went wrong.
b765bff
mikepenz
No branches or pull requests
About this issue
Hi, I have updated library from 4.0.2 -> 5.0.0-b01 and i keep getting this error
E/IconicsDrawable: Iconics.init() not yet executed, icon will be missing
each time i use an icon in my app but the icon looks fine. so I looked at the source and found these lines in
IconicsDrawableExtensions.kt
that should print the error if
Iconics.init()
hasn't executed yet but its opposite.thank you.
Details
The text was updated successfully, but these errors were encountered: