Skip to content
New issue

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

Iconics.init() not yet executed, icon will be missing #497

Closed
axdeveloper opened this issue Mar 24, 2020 · 1 comment
Closed

Iconics.init() not yet executed, icon will be missing #497

axdeveloper opened this issue Mar 24, 2020 · 1 comment
Assignees

Comments

@axdeveloper
Copy link

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

    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.

thank you.

Details

  • [ 5.0.0-b01 ] Used library version
@mikepenz
Copy link
Owner

oh you are right. it's supposed to be the inverse.

@mikepenz mikepenz self-assigned this Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants