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

Commit 822c05c

Browse files
committed
update
1 parent c012e5b commit 822c05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ @interface FlutterTextInputPlugin ()
11701170
@property(nonatomic, readonly)
11711171
NSMutableDictionary<NSString*, FlutterTextInputView*>* autofillContext;
11721172
@property(nonatomic, assign) FlutterTextInputView* activeView;
1173-
@property(nonatomic, retain) FlutterTextInputViewAccessibilityHider* inputHider;
1173+
@property(nonatomic, strong) FlutterTextInputViewAccessibilityHider* inputHider;
11741174
@end
11751175

11761176
@implementation FlutterTextInputPlugin {

0 commit comments

Comments
 (0)