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

com.brook.app.android.filepicker.core.DefaultImageFileProvider的getAllPhoto方法存在问题 #1

Open
XuZhiFan opened this issue May 4, 2023 · 0 comments

Comments

@XuZhiFan
Copy link

XuZhiFan commented May 4, 2023

com.brook.app.android.filepicker.core.DefaultImageFileProvider的getAllPhoto方法的
filePath = cursor.getString(cursor.getColumnIndex(MediaStore.Images.ImageColumns.DATA));
File fileItem = new File(filePath);
photos.add(fileItem);
需要判断下文件是否存在

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