提交 fa2726cd 编写于 作者: T Todd Volkert 提交者: GitHub

Remove FlutterActivity#onFlutterReady() (#3806)

Fixes https://github.com/flutter/flutter/issues/10571
上级 b8c47e90
......@@ -35,15 +35,6 @@ public class FlutterActivity extends Activity implements FlutterView.Provider, P
return viewProvider.getFlutterView();
}
/**
* Hook for subclasses to customize their startup behavior.
*
* @deprecated Just override {@link #onCreate(Bundle)} instead, and add your
* logic after calling {@code super.onCreate()}.
*/
@Deprecated
protected void onFlutterReady() {}
/**
* Hook for subclasses to customize the creation of the
* {@code FlutterView}.
......@@ -75,7 +66,6 @@ public class FlutterActivity extends Activity implements FlutterView.Provider, P
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
eventDelegate.onCreate(savedInstanceState);
onFlutterReady();
}
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册