mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Mark AuthorAvatarDownloader as MainActor.
This commit is contained in:
@@ -15,7 +15,7 @@ extension Notification.Name {
|
||||
static let AvatarDidBecomeAvailable = Notification.Name("AvatarDidBecomeAvailableNotification") // UserInfoKey.imageURL (which is an avatarURL)
|
||||
}
|
||||
|
||||
final class AuthorAvatarDownloader {
|
||||
@MainActor final class AuthorAvatarDownloader {
|
||||
|
||||
private let imageDownloader: ImageDownloader
|
||||
private var cache = [String: IconImage]() // avatarURL: RSImage
|
||||
|
||||
Reference in New Issue
Block a user