Skip to content

Commit dd9f6d7

Browse files
authored
Merge pull request #68 from IsaacMarovitz/patch-2
Update PlayScreen.swift
2 parents 1e17f6d + 0a3045a commit dd9f6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PlayTools/PlayScreen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension CGSize {
2020
}
2121

2222
func toAspectRatio() -> CGSize {
23-
if #available(macCatalyst 16.3, *) {
23+
if #available(iOS 16.3, *) {
2424
return CGSize(width: mainScreenWidth, height: mainScreenHeight)
2525
} else {
2626
return CGSize(width: mainScreenHeight, height: mainScreenWidth)

0 commit comments

Comments
 (0)