solved some pr comments

This commit is contained in:
2024-04-07 15:49:43 +02:00
parent e901f139d6
commit 8131ccae1e
2 changed files with 10 additions and 7 deletions

View File

@ -105,7 +105,7 @@ class _FilesState extends State<Files> {
pushScreen(
context,
withNavBar: false,
screen: FilesUploadDialog(filePaths: paths, remotePath: widget.path.join('/'), onUploadFinished: (uploadedFilePaths) => _query),
screen: FilesUploadDialog(filePaths: paths, remotePath: widget.path.join('/'), onUploadFinished: (uploadedFilePaths) => _query()),
);
return;