The following is misleading and should probably throw:
lassi.with(LassiOption.CAMERA_AND_GALLERY)
.setMediaType(MediaType.PHOTO_VIDEO_PICKER)
The CAMERA part has no effect when using PHOTO_VIDEO_PICKER. I think it would be great of you could at least mention it in the docs somewhere. And the example code should not have an invalid invocation.
The following is misleading and should probably throw:
The
CAMERApart has no effect when usingPHOTO_VIDEO_PICKER. I think it would be great of you could at least mention it in the docs somewhere. And the example code should not have an invalid invocation.