Closed
Description
Thank you for your excellent open source library.
How to select only GIF images, do not display any other type of images in the Select Picture interface.
I tried this method to only display images in GIF format but it is invalid, or PNG & JPG will be displayed.
These 2 lines of code are invalid in order to display only GIF images
.choose(MimeType.of(MimeType.GIF))
.showSingleMediaType(true).
Hope you can fix this bug because it means that many good GIF apps will use your library.