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
最新版
没法试
PictureSelector.create(this).openGallery(SelectMimeType.ofImage()) .isDisplayCamera(false) .setMaxSelectNum(1) .setImageEngine(GlideEngine.createGlideEngine()) .forResult(object : OnResultCallbackListener<LocalMedia?> { .........
这之后如果App本身由于后台程序需要,退回到前画面时如何自动关闭PictureSelector 比如,PictureSelector打开后,由于长时间未操作,APP需要自动回到login(fragment/activity)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current use version?
当前使用的版本是多少?
Will this problem occur in demo?
Demo能否复现这问题?
Describe the problem or provide an error log?
描述问题或提供错误log?
PictureSelector.create(this).openGallery(SelectMimeType.ofImage())
.isDisplayCamera(false)
.setMaxSelectNum(1)
.setImageEngine(GlideEngine.createGlideEngine())
.forResult(object : OnResultCallbackListener<LocalMedia?> {
.........
这之后如果App本身由于后台程序需要,退回到前画面时如何自动关闭PictureSelector
比如,PictureSelector打开后,由于长时间未操作,APP需要自动回到login(fragment/activity)
The text was updated successfully, but these errors were encountered: