3.0.7
直接用Demo APK就可以复现
无
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));}这个能不能改一下
1条答案
按热度按时间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));
}
这个能不能改一下