TelegramGallery icon indicating copy to clipboard operation
TelegramGallery copied to clipboard

请问如何屏蔽掉gif图片

Open mishaoshuai opened this issue 7 years ago • 1 comments

mishaoshuai avatar Oct 23 '17 05:10 mishaoshuai

//open album 添加忽略的过滤条件 GalleryConfig config = new GalleryConfig.Build() .limitPickPhoto(3) .singlePhoto(false) .hintOfPick("this is pick hint") .filterMimeTypes(new String[]{"image/gif"}) .build();

TangXiaoLv avatar Oct 23 '17 06:10 TangXiaoLv