Commit 6c1725b0 authored by 余玠's avatar 余玠

暂时revert此处的优化

parent 6c7e6e50
......@@ -53,10 +53,10 @@
}else{
[_engine runWithEntrypoint:nil];
}
// _dummy = [[FLBFlutterViewContainer alloc] initWithEngine:_engine
// nibName:nil
// bundle:nil];
// _dummy.name = kIgnoreMessageWithName;
_dummy = [[FLBFlutterViewContainer alloc] initWithEngine:_engine
nibName:nil
bundle:nil];
_dummy.name = kIgnoreMessageWithName;
}
return self;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment