Skip to content

Commit 2bb0959

Browse files
Fixed complier error for hasDynamicIsland property (#119)
1 parent 78339e7 commit 2bb0959

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Source/iOS/Device.swift

+8
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,14 @@ extension Device {
384384
return false
385385
case .simulator:
386386
return false
387+
case .iPad10:
388+
return false
389+
case .iPadAir5:
390+
return false
391+
case .iPadPro11_0Inch4:
392+
return false
393+
case .iPadPro12_9Inch6:
394+
return false
387395
case .unknown:
388396
return false
389397
}

0 commit comments

Comments
 (0)