mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make downloadProgress clear about where it comes from.
This commit is contained in:
@@ -20,9 +20,9 @@ protocol LocalAccountRefresherDelegate {
|
||||
final class LocalAccountRefresher {
|
||||
|
||||
var delegate: LocalAccountRefresherDelegate?
|
||||
lazy var downloadProgress: DownloadProgress = {
|
||||
var downloadProgress: DownloadProgress {
|
||||
downloadSession.downloadProgress
|
||||
}()
|
||||
}
|
||||
|
||||
private var completion: (() -> Void)? = nil
|
||||
private var isSuspended = false
|
||||
|
||||
Reference in New Issue
Block a user