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

Commit 05a8270

Browse files
committed
rename ContextMenu.onDismissSystemContextMenu
1 parent fe84a98 commit 05a8270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ - (void)flutterTextInputView:(FlutterTextInputView*)textInputView
10841084

10851085
- (void)flutterTextInputView:(FlutterTextInputView*)textInputView
10861086
willDismissEditMenuWithTextInputClient:(int)client {
1087-
[_platformChannel.get() invokeMethod:@"System.onDismissSystemContextMenu"
1087+
[_platformChannel.get() invokeMethod:@"ContextMenu.onDismissSystemContextMenu"
10881088
arguments:@[ @(client) ]];
10891089
}
10901090

0 commit comments

Comments
 (0)