mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -581,7 +581,16 @@ class TimelineViewController: UITableViewController, UndoableCommandRunner {
|
||||
status: status
|
||||
)
|
||||
|
||||
let prototypeCellData = MainTimelineCellData(article: prototypeArticle, showFeedName: .feed, feedName: "Prototype Feed Name", byline: nil, iconImage: nil, showIcon: false, numberOfLines: numberOfTextLines, iconSize: iconSize)
|
||||
let prototypeCellData = MainTimelineCellData(
|
||||
article: prototypeArticle,
|
||||
showFeedName: .feed,
|
||||
feedName: "Prototype Feed Name",
|
||||
byline: nil,
|
||||
iconImage: nil,
|
||||
showIcon: false,
|
||||
numberOfLines: numberOfTextLines,
|
||||
iconSize: iconSize
|
||||
)
|
||||
|
||||
if UIApplication.shared.preferredContentSizeCategory.isAccessibilityCategory {
|
||||
let layout = MainTimelineAccessibilityCellLayout(width: tableView.bounds.width, insets: tableView.safeAreaInsets, cellData: prototypeCellData)
|
||||
|
||||
Reference in New Issue
Block a user