merge new features
This commit is contained in:
@@ -226,7 +226,7 @@ class FileManagerProvider extends ChangeNotifier {
|
||||
/// 移动文件(增量更新)
|
||||
Future<String?> moveFiles(List<String> uris, String destination, {bool copy = false}) async {
|
||||
try {
|
||||
await FileService().moveFiles(uris: uris, dst: destination);
|
||||
await FileService().moveFiles(uris: uris, dst: destination, copy: copy);
|
||||
clearSelection();
|
||||
|
||||
if (!copy) {
|
||||
|
||||
Reference in New Issue
Block a user