Added option for file deletion
This commit is contained in:
@ -226,7 +226,7 @@ class _FilesState extends State<Files> {
|
||||
itemCount: files.length,
|
||||
itemBuilder: (context, index) {
|
||||
CacheableFile file = files.toList()[index];
|
||||
return FileElement(file, widget.path);
|
||||
return FileElement(file, widget.path, _query);
|
||||
},
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user