fix: typo

This commit is contained in:
Hiddify
2024-09-29 15:52:08 +00:00
parent 205ce31a38
commit bafabd9606

View File

@@ -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