You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: