Continue adopting MainActor.

This commit is contained in:
Brent Simmons
2023-04-08 15:42:52 -07:00
parent 397012e23b
commit d06632da0b
8 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ protocol MasterTimelineCellLayout {
}
extension MasterTimelineCellLayout {
@MainActor extension MasterTimelineCellLayout {
static func rectForUnreadIndicator(_ point: CGPoint) -> CGRect {
var r = CGRect.zero