Skip to content

Commit

Permalink
⚡️ Use datetaken for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 21, 2024
1 parent 179951f commit fb350cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/provider/asset_picker_provider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class DefaultAssetPickerProvider
)..merge(fog);
} else if (fog == null && Platform.isAndroid) {
options = AdvancedCustomFilter(
orderBy: [OrderByItem.desc(CustomColumns.base.createDate)],
orderBy: [OrderByItem.desc(CustomColumns.android.dateTaken)],
);
} else {
options = fog;
Expand Down

0 comments on commit fb350cd

Please sign in to comment.