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

errorDrawable 设置问题 #2

Closed
midFang opened this issue Jul 8, 2021 · 1 comment
Closed

errorDrawable 设置问题 #2

midFang opened this issue Jul 8, 2021 · 1 comment

Comments

@midFang
Copy link

midFang commented Jul 8, 2021

    var errorDrawable: Drawable?
        get() = TODO()
        set(value) {
            setDrawableOptions { placeHolderDrawable = value }
}

placeHolderDrawable 赋值错误了

@forJrking
Copy link
Owner

    var errorDrawable: Drawable?
        get() = TODO()
        set(value) {
            setDrawableOptions { placeHolderDrawable = value }
}

placeHolderDrawable 赋值错误了

非常抱歉!0.0.3版本新增了全局占位图和错误图的设置方法,产生此bug,会发布新版本修复。如果有好的意见请提交,会持续维护

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants