diff --git a/Frameworks/Account/Feedly/Operations/FeedlyOperation.swift b/Frameworks/Account/Feedly/Operations/FeedlyOperation.swift index 2057fe657..190bc3771 100644 --- a/Frameworks/Account/Feedly/Operations/FeedlyOperation.swift +++ b/Frameworks/Account/Feedly/Operations/FeedlyOperation.swift @@ -29,6 +29,10 @@ class FeedlyOperation: Operation { } } + override var isAsynchronous: Bool { + return true + } + func didFinish() { assert(Thread.isMainThread) assert(!isFinished, "Finished operation is attempting to finish again.")