Commit 6c0f1fd4 authored by justin's avatar justin Committed by GitHub

Merge pull request #460 from wxmarr/feature/flutter_1.9_upgrade

暴露createFlutterView,供在flutterView add 原生view
parents 1638a553 f4bc653e
......@@ -228,7 +228,7 @@ public class NewBoostFlutterActivity extends Activity
}
@NonNull
private View createFlutterView() {
protected View createFlutterView() {
return delegate.onCreateView(
null /* inflater */,
null /* container */,
......
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