Jerin A Mathews
Jerin A Mathews
@prosperz31 did you got it working for 3.0.0-beta4 ?
I figured it out ``` ImagePickerLauncher launcher = ImagePickerLauncherKt.registerImagePicker(this, ()->{return this;}, (List images) -> { for(Image image : images) { // Actions Log.e("IMG", String.valueOf(image)); } return null; });
Is this done? or anyother way to achieve this?
Am also having the same issue. Using glide 4.7.1 version
Any update on this issue?
Please add it to the next release. "**Select all**" if the images in the folder are less than max count or "select first " if there's more than max count...
Any update on this?
I solved it by reducing the version from 2.1.5 to 2.1.3
I changed the version to 2.1.3. Now the select all button and the done button is showing, but when I click back from a folder, it shows "**No files found**"
I found the issue , in MediaDetailsActivity, line 181 `if(PickerManager.getInstance().getMaxCount()>1) ` change to `if(PickerManager.getInstance().getMaxCount()==-1)`