FinalTeam / RxGalleryFinal

图片选择库,单选/多选、拍照、裁剪、压缩,自定义。包括视频选择和录制。
https://github.com/FinalTeam/RxGalleryFinal
2.83k stars 513 forks source link

快速打开单选图片返回null #276

Open zengzhaoxing opened 5 years ago

zengzhaoxing commented 5 years ago

//快速打开单选图片,flag使用true不裁剪 RxGalleryFinalApi .openRadioSelectImage(MainActivity.this, new RxBusResultDisposable() { @Override protected void onEvent(ImageRadioResultEvent o) throws Exception { 这里的o.getResult是null,无法拿到图片路径 Logger.i("单选图片的回调"); } }, true);