mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-25 00:15:28 +01:00
Mark AuthorAvatarDownloader as MainActor.
This commit is contained in:
parent
a31f59670b
commit
52345724ce
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user