Make FeedlyCollectionProviding.collections MainActor.
This commit is contained in:
parent
b85b17c6cb
commit
83a067bda7
@ -10,7 +10,8 @@ import Foundation
|
||||
import os.log
|
||||
|
||||
protocol FeedlyCollectionProviding: AnyObject {
|
||||
var collections: [FeedlyCollection] { get }
|
||||
|
||||
@MainActor var collections: [FeedlyCollection] { get }
|
||||
}
|
||||
|
||||
/// Get Collections from Feedly.
|
||||
|
Loading…
x
Reference in New Issue
Block a user