提交 b1ce8ca6 authored 作者: kongdywang's avatar kongdywang

fix ios orientation api error

上级 9933ef83
...@@ -194,7 +194,7 @@ SuperPlayerPlugin* instance; ...@@ -194,7 +194,7 @@ SuperPlayerPlugin* instance;
result(@(setResult)); result(@(setResult));
} else if([@"startVideoOrientationService" isEqualToString:call.method]) { } else if([@"startVideoOrientationService" isEqualToString:call.method]) {
// only for android // only for android
result(nil); result(@(true));
} else { } else {
result(FlutterMethodNotImplemented); result(FlutterMethodNotImplemented);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论