mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-03 03:40:14 +08:00
Try to Fix
This commit is contained in:
@@ -220,7 +220,7 @@ bool FlutterWindow::OnCreate() {
|
||||
}
|
||||
std::vector<uint8_t> data(buf, num);
|
||||
delete[] buf;
|
||||
result->Success(flutter::EncodableValue(data));
|
||||
result->Success<std::vector<uint8_t>>(data);
|
||||
} else {
|
||||
result->NotImplemented();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user