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

魅族17,仅图片下,查询出来的图片有些是无效的 #61

Closed
limingbang opened this issue May 15, 2024 · 6 comments
Closed

Comments

@limingbang
Copy link

1、出问题图片日志
log
2、可以修改查询条件修复
query
3、可以更改contentUri来修复
uri

@leavesCZY
Copy link
Owner

十分感谢,后续我验证下在其它机子上是否也能正常运行

@leavesCZY
Copy link
Owner

你好,针对这个问题我已根据你提供的第一种方法进行修改了,但由于我手头没有相应的魅族手机进行验证,不敢就直接发布正式版。能否麻烦你帮忙验证下问题是否已解决呢?方便的话可以下载源代码进行验证,或者是引用我发布在 jitpack 的远程依赖进行验证

dependencyResolutionManagement {
        repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
        repositories {
                mavenCentral()
                maven { url 'https://www.jitpack.io' }
        }
}

dependencies {
        implementation 'com.github.leavesCZY:Matisse:0cbcb41742'
}

@limingbang
Copy link
Author

可以。我改下依赖版本验证下

@limingbang
Copy link
Author

我这里跑完是没问题了

@leavesCZY
Copy link
Owner

收到,谢谢!

@leavesCZY
Copy link
Owner

此问题在 v2.1.0 版本已修复

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