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

如果App本身由于后台程序需要,退回到前画面时如何自动关闭PictureSelector #2922

Open
fanhoucheng opened this issue Jul 19, 2024 · 0 comments

Comments

@fanhoucheng
Copy link

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)

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

1 participant