mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename ActivityFactory to ActivityManager because it will also handle activity deletes in the future
This commit is contained in:
@@ -1179,7 +1179,7 @@ private extension AppCoordinator {
|
||||
|
||||
guard let article = currentArticle else { return }
|
||||
|
||||
readActivity = ActivityFactory.make(article)
|
||||
readActivity = ActivityManager.shared.makeReadArticleActivity(article)
|
||||
readActivity?.becomeCurrent()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user