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