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

资源分类 在多次调用的情况下会只返回最后一个type的资源 #2616

Closed
Xiaolangs opened this issue Mar 11, 2023 · 3 comments
Closed

Comments

@Xiaolangs
Copy link

Current use version?

当前使用的版本是多少?

3.10.7

Will this problem occur in demo?

Demo能否复现这问题?

Describe the problem or provide an error log?

描述问题或提供错误log?


@LuckSiege
Copy link
Owner

能详细描述一下嘛

@Xiaolangs
Copy link
Author

能详细描述一下嘛

1 new PictureSelectionQueryModels(context, SelectMimeType.ofAll())
.obtainMediaData(this::setAllList)
2 new PictureSelectionQueryModels(context, SelectMimeType.ofImage())
.obtainMediaData(this::setAllList)
3 new PictureSelectionQueryModels(context, SelectMimeType.ofVideo())
.obtainMediaData(this::setAllList)
viewpage有个三个页面分别调用上面的123 最终返回三个的数据都是最后一个video类型的数据

@LuckSiege
Copy link
Owner

有demo没,可以发个我调试一下

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