Skip to content

Commit

Permalink
Remove MainActor annotation to fix Xcode 15.3 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jszumski committed Mar 20, 2024
1 parent 033bc24 commit 3e03d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Nuke/Internal/Graphics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ extension CGSize {
}
}

@MainActor
enum Screen {
#if os(iOS) || os(tvOS)
/// Returns the current screen scale.
Expand Down

0 comments on commit 3e03d0e

Please sign in to comment.