RxGalleryFinal icon indicating copy to clipboard operation
RxGalleryFinal copied to clipboard

快速打开单选图片返回null

Open zengzhaoxing opened this issue 6 years ago • 0 comments

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

zengzhaoxing avatar Feb 27 '19 09:02 zengzhaoxing