未验证 提交 09ff6dc4 编写于 作者: D Dan Field 提交者: GitHub

avoid overreleasing FlutterView (#6791)

上级 bd793c01
......@@ -18,7 +18,7 @@
namespace shell {
void FlutterPlatformViewsController::SetFlutterView(UIView* flutter_view) {
flutter_view_.reset(flutter_view);
flutter_view_.reset([flutter_view retain]);
}
void FlutterPlatformViewsController::OnMethodCall(FlutterMethodCall* call, FlutterResult& result) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册