diff --git a/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift b/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift index b769d0df5..1ce8f59fe 100644 --- a/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift +++ b/Account/Sources/Account/LocalAccount/LocalAccountRefresher.swift @@ -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