Request for files that have been updated on device
This commit is contained in:
parent
86df0283f4
commit
e743fd6f41
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ Future<List<AssetPathEntity>> _getGalleryList(
|
|||
min: DateTime.fromMicrosecondsSinceEpoch(fromTime),
|
||||
max: DateTime.fromMicrosecondsSinceEpoch(toTime),
|
||||
);
|
||||
filterOptionGroup.updateTimeCond = DateTimeCond(
|
||||
min: DateTime.fromMicrosecondsSinceEpoch(fromTime),
|
||||
max: DateTime.fromMicrosecondsSinceEpoch(toTime),
|
||||
);
|
||||
final galleryList = await PhotoManager.getAssetPathList(
|
||||
hasAll: true,
|
||||
type: RequestType.common,
|
||||
|
|
Loading…
Add table
Reference in a new issue