Skip to content

Commit 62fcfab

Browse files
committed
fix
1 parent df2dafa commit 62fcfab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Screen.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ public enum Screen {
179179
case (375, 667, 2):
180180
return ._4_7
181181

182-
case (360, 780, 3), (375, 812, 3) where UIDevice.iPhoneMini:
182+
case (360, 780, 3) where UIDevice.iPhoneMini, (375, 812, 3) where UIDevice.iPhoneMini:
183183
return ._5_4
184184

185-
case (360, 640, 3), (414, 736, 3) where UIDevice.iPhonePlus:
185+
case (360, 640, 3) where UIDevice.iPhonePlus, (414, 736, 3) where UIDevice.iPhonePlus:
186186
return ._5_5
187187

188188
case (375, 812, 3):

0 commit comments

Comments
 (0)