Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Objective-C/TOCropViewController/Views/TOCropToolbar.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ - (void)setup {

UIView *containerView = self;
#ifdef __IPHONE_26_0
if (@available(iOS 26.0, *)) {
if (@available(iOS 26.0, visionOS 26.0, *)) {
UIVisualEffect *effect = nil;
#if !TARGET_OS_VISION
// We've been getting reports that some devices have been crashing with the error message
Expand Down