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

Commit f79c459

Browse files
committed
strong
1 parent 0c8d245 commit f79c459

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ @interface FlutterKeyboardManager ()
1616
/**
1717
* The primary responders added by addPrimaryResponder.
1818
*/
19-
@property(nonatomic, retain, readonly)
20-
NSMutableArray<id<FlutterKeyPrimaryResponder>>* primaryResponders;
19+
@property(nonatomic, readonly) NSMutableArray<id<FlutterKeyPrimaryResponder>>* primaryResponders;
2120

2221
/**
2322
* The secondary responders added by addSecondaryResponder.
2423
*/
25-
@property(nonatomic, retain, readonly)
24+
@property(nonatomic, readonly)
2625
NSMutableArray<id<FlutterKeySecondaryResponder>>* secondaryResponders;
2726

2827
- (void)dispatchToSecondaryResponders:(nonnull FlutterUIPressProxy*)press

0 commit comments

Comments
 (0)