opt: remove redundant restore job

This commit is contained in:
Kingtous 2022-12-08 17:41:14 +08:00
parent 162f29c80d
commit 7dadf3ba2f

View File

@ -363,8 +363,6 @@ class FileModel extends ChangeNotifier {
if (_currentRemoteDir.path.isEmpty) {
openDirectory(_remoteOption.home, isLocal: false);
}
// load last transfer jobs
await bind.sessionLoadLastTransferJobs(id: '${parent.target?.id}');
}
Future<void> onClose() async {