RSS Download: Fix navigation

This commit is contained in:
XITRIX
2026-03-29 23:15:40 +02:00
parent 33629b6ef3
commit a65ff47145
@@ -84,7 +84,7 @@ private extension RssDetailsViewModel {
navigate(to: TorrentAddViewModel.self, with: .init(torrentFile: file, completion: { [weak self] added in
guard added else { return }
self?.downloadType = .added
}), by: .present(wrapInNavigation: true, from: source))
}), by: .present(wrapInNavigation: true, from: source, style: .formSheet))
}
return
}