PictureSelector 小于1KB的照片在列表中不显示!

pu82cl6c  于 10个月前  发布在  其他
关注(0)|答案(1)|浏览(87)

Current use version?

当前使用的版本是多少?
  1. 3.0.7

Will this problem occur in demo?

Demo能否复现这问题?
  1. 直接用Demo APK就可以复现

Describe the problem or provide an error log?

描述问题或提供错误log?
xwbd5t1u

xwbd5t1u1#

设置压缩了
PictureCommonFragment 这个类里
压缩必须路径在Android/data/ || data/user/
if (SdkVersionUtils.isQ()){
if (!TextUtils.isEmpty(compressPath) && (compressPath.contains("Android/data/")
|| compressPath.contains("data/user/"))) {
media.setCompressPath(compressPath);
media.setCompressed(!TextUtils.isEmpty(compressPath));
media.setSandboxPath(media.getCompressPath());
}
} else {
media.setCompressPath(compressPath);
media.setCompressed(!TextUtils.isEmpty(compressPath));
}
这个能不能改一下

展开查看全部

相关问题