Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Sep 29, 2024
1 parent 205ce31 commit bafabd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class MethodHandler(private val scope: CoroutineScope) : FlutterPlugin,
}
}

Trigger.ChangeHiddifyOptions.method -> {
Trigger.changeHiddifyOptions.method -> {
scope.launch {
result.runCatching {
val args = call.arguments as String
Expand Down

0 comments on commit bafabd9

Please sign in to comment.