solved some pr comments
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user