mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-31 03:05:00 +01:00
Make currentArticleRow private
This commit is contained in:
parent
8545252265
commit
19c8f9a067
@ -217,7 +217,7 @@ class SceneCoordinator: NSObject, UndoableCommandRunner, UnreadCountProvider {
|
|||||||
|
|
||||||
private(set) var articles = ArticleArray()
|
private(set) var articles = ArticleArray()
|
||||||
var currentArticle: Article?
|
var currentArticle: Article?
|
||||||
var currentArticleRow: Int? {
|
private var currentArticleRow: Int? {
|
||||||
guard let article = currentArticle else { return nil }
|
guard let article = currentArticle else { return nil }
|
||||||
return articles.firstIndex(of: article)
|
return articles.firstIndex(of: article)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user