Turn on strict concurrency. Fix some issues.

This commit is contained in:
Brent Simmons
2024-03-19 19:55:55 -07:00
parent b2d3128b2d
commit 186deebf9b
7 changed files with 24 additions and 21 deletions

View File

@@ -9,7 +9,7 @@
import UIKit
import RSCore
struct FeedTableViewSectionHeaderLayout {
@MainActor struct FeedTableViewSectionHeaderLayout {
private static let labelMarginRight = CGFloat(integerLiteral: 8)
private static let unreadCountMarginRight = CGFloat(integerLiteral: 16)