mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 13:59:19 +08:00
Try to Fix
This commit is contained in:
@@ -198,7 +198,7 @@ bool FlutterWindow::OnCreate() {
|
||||
return;
|
||||
}
|
||||
result->Success(num);
|
||||
} else if (call.method() == "readFile") {
|
||||
} else if (call.method_name() == "readFile") {
|
||||
auto args = std::get_if<flutter::EncodableList>(call.arguments());
|
||||
auto fd = std::get_if<int>(&args->at(0));
|
||||
auto maxlen = std::get_if<int>(&args->at(1));
|
||||
|
||||
Reference in New Issue
Block a user