yanzhenjie / Album

:watermelon: Album and Gallery for Android platform.
https://github.com/yanzhenjie/Album
Apache License 2.0
2.51k stars 506 forks source link

小米mix3选图拍照bug #304

Open OvenCroc opened 4 years ago

OvenCroc commented 4 years ago

版本号: ablum 2.1.3 机型: 小米mix3 android版本: 10.0 使用方式 Album.image(this).singleChoice() .columnCount(3) .camera(true) // .filterMimeType() .onResult(new Action<ArrayList<AlbumFile>>() { @Override public void onAction(@NonNull ArrayList<AlbumFile> result) { File file = new File(result.get(0).getPath()); cropPhoto(file); } }) .start();

出现问题: 小米mix3选取图片,图片列表无法显示;拍照成功图片也是选取失败,大佬能不能修复一下

OvenCroc commented 4 years ago

严老板 这个库已经不维护了么?

jhone666 commented 4 years ago

小米mix2, 还有几个华为测试过,都是图片显示不出来了,估计更系统更新有关

dengfeijie commented 4 years ago

小米mix2,还有几个华为测试过,都是图片显示不出来了,估计更系统更新有关

android10的问题