PhotoPicker icon indicating copy to clipboard operation
PhotoPicker copied to clipboard

Suggestion for change setPhotos(ArrayList<String> list) to setPhotos(List<String> list)

Open jaycee88 opened this issue 7 years ago • 0 comments

PhotoPreview.builder().setPhotos(photoPaths)

Hi,I think it's better to declare List<String> than ArrayList<String>

jaycee88 avatar Mar 13 '17 02:03 jaycee88