Skip to content

Commit e6f08d1

Browse files
committed
⚡️ Remove needTitle from image filter options
1 parent d3fdfc5 commit e6f08d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/src/provider/asset_picker_provider.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,9 @@ class DefaultAssetPickerProvider
308308
final PMFilter? fog = filterOptions;
309309
if (fog is FilterOptionGroup?) {
310310
// Initial base options.
311-
// Enable need title for audios and image to get proper display.
311+
// Enable need title for audios to get proper display.
312312
final FilterOptionGroup newOptions = FilterOptionGroup(
313313
imageOption: const FilterOption(
314-
needTitle: true,
315314
sizeConstraint: SizeConstraint(ignoreSize: true),
316315
),
317316
audioOption: const FilterOption(

0 commit comments

Comments
 (0)