mirror of
https://github.com/XITRIX/iTorrent.git
synced 2026-05-30 11:46:50 +00:00
RSS Download: Fix navigation
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user