Skip to content

Commit 491c921

Browse files
committed
Update comment for ios version
1 parent 3347043 commit 491c921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/BlurView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ - (UIBlurEffectStyle)blurEffectStyle
5959
if ([self.blurType isEqual: @"prominent"]) return UIBlurEffectStyleProminent;
6060
#endif
6161

62-
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* __IPHONE_10_0 */
62+
#if defined(__IPHONE_OS_VERSION_MAX_ALLOWED) && __IPHONE_OS_VERSION_MAX_ALLOWED >= 130000 /* __IPHONE_13_0 */
6363
// Adaptable blur styles
6464
if ([self.blurType isEqual: @"chromeMaterial"]) return UIBlurEffectStyleSystemUltraThinMaterial;
6565
if ([self.blurType isEqual: @"material"]) return UIBlurEffectStyleSystemMaterial;

0 commit comments

Comments
 (0)