From 18aa6825f7311d961e714d1ff26a3bce6244d521 Mon Sep 17 00:00:00 2001 From: Alexander Khitev Date: Thu, 11 May 2023 20:15:50 +0400 Subject: [PATCH] Fixed complier error for hasDynamicIsland property --- Source/iOS/Device.swift | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Source/iOS/Device.swift b/Source/iOS/Device.swift index 633c1de..166fa9f 100644 --- a/Source/iOS/Device.swift +++ b/Source/iOS/Device.swift @@ -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 }