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

Commit 2bc2661

Browse files
review
1 parent 164bb3a commit 2bc2661

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
@@ -2021,7 +2021,7 @@ @interface FlutterTimerProxy : NSObject
20212021
@implementation FlutterTimerProxy
20222022

20232023
+ (instancetype)proxyWithTarget:(FlutterTextInputPlugin*)target {
2024-
FlutterTimerProxy* proxy = [self new];
2024+
FlutterTimerProxy* proxy = [[self alloc] init];
20252025
if (proxy) {
20262026
proxy.target = target;
20272027
}

0 commit comments

Comments
 (0)