Skip to content

Commit

Permalink
Fixed complier error for hasDynamicIsland property (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkhitev authored May 23, 2023
1 parent 78339e7 commit 2bb0959
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Source/iOS/Device.swift
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,14 @@ extension Device {
return false
case .simulator:
return false
case .iPad10:
return false
case .iPadAir5:
return false
case .iPadPro11_0Inch4:
return false
case .iPadPro12_9Inch6:
return false
case .unknown:
return false
}
Expand Down

0 comments on commit 2bb0959

Please sign in to comment.