Skip to content

Commit 6c0f1fd

Browse files
authored
Merge pull request alibaba#460 from wxmarr/feature/flutter_1.9_upgrade
暴露createFlutterView,供在flutterView add 原生view
2 parents 1638a55 + f4bc653 commit 6c0f1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/idlefish/flutterboost/containers/NewBoostFlutterActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ private void configureWindowForTransparency() {
228228
}
229229

230230
@NonNull
231-
private View createFlutterView() {
231+
protected View createFlutterView() {
232232
return delegate.onCreateView(
233233
null /* inflater */,
234234
null /* container */,

0 commit comments

Comments
 (0)