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
按常见问题里所述,复写了如下代码,导致Coil加载图片直接走error方法
override fun getResources(): Resources { val resources = super.getResources() AutoSizeCompat.autoConvertDensityOfGlobal(resources); return resources }
The text was updated successfully, but these errors were encountered:
出现同样的问题,在coil的onerror里报错“ Not in applications main thread”,把图片加载放到主线程也无法解决
Sorry, something went wrong.
AutoSizeCompat.autoConvertDensityOfGlobal(resources); 是这段代码必须放在主线程
No branches or pull requests
Environment
按常见问题里所述,复写了如下代码,导致Coil加载图片直接走error方法
Related Code:
Others:
The text was updated successfully, but these errors were encountered: