Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit baa72bc

Browse files
committed
Rebase with #52484
1 parent f089c3b commit baa72bc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -981,11 +981,6 @@ @interface FlutterTouchInterceptingView ()
981981
@property(nonatomic, weak, readonly) UIView* embeddedView;
982982
@property(nonatomic, readonly) DelayingGestureRecognizer* delayingRecognizer;
983983
@property(nonatomic, readonly) FlutterPlatformViewGestureRecognizersBlockingPolicy blockingPolicy;
984-
985-
// The used as the accessiblityContainer.
986-
// The `accessiblityContainer` is used in UIKit to determine the parent of this accessibility
987-
// node.
988-
@property(nonatomic, weak) NSObject* flutterAccessibilityContainer;
989984
@end
990985

991986
@implementation FlutterTouchInterceptingView
@@ -1065,11 +1060,6 @@ - (id)accessibilityContainer {
10651060
return self.flutterAccessibilityContainer;
10661061
}
10671062

1068-
- (void)dealloc {
1069-
[_flutterAccessibilityContainer release];
1070-
[super dealloc];
1071-
}
1072-
10731063
@end
10741064

10751065
@implementation DelayingGestureRecognizer

0 commit comments

Comments
 (0)