We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
needTitle
1 parent d3fdfc5 commit e6f08d1Copy full SHA for e6f08d1
lib/src/provider/asset_picker_provider.dart
@@ -308,10 +308,9 @@ class DefaultAssetPickerProvider
308
final PMFilter? fog = filterOptions;
309
if (fog is FilterOptionGroup?) {
310
// Initial base options.
311
- // Enable need title for audios and image to get proper display.
+ // Enable need title for audios to get proper display.
312
final FilterOptionGroup newOptions = FilterOptionGroup(
313
imageOption: const FilterOption(
314
- needTitle: true,
315
sizeConstraint: SizeConstraint(ignoreSize: true),
316
),
317
audioOption: const FilterOption(
0 commit comments