Won't allow pick multiple images from documents when using multiple sources
I think the issue is in PickRequest.java Line 469, since it's always false. The boolean for this can be passed as parameter to fromMultipleSources() perhaps?
This is by design. Multiple image pick is only supported for documents source. When picking multiple sources it doesn't allow you to pick multiple from documents because other sources don't support it.
I think I'm going to change the call for multiple sources that will allow chained calls for choosing sources and make it possible.
How can I choose multiple images? It's won't work for me even if I choose only from gallery. It's back to the activity/fragment
There is only one call that allows you to get multiple images result and it only works with documents pick source (Android API limitations): PickRequest.fromDocuments(pAllowMultiple) where parameter value is set to true.