提交 8eccb860 编写于 作者: D David Guralnick 提交者: matthew-carroll

Add onStart hook to FlutterFragmentActivity (#6719)

Seems like this file was missed when onStart hooks were added recently in this pull request: https://github.com/flutter/engine/pull/5177
上级 f2ea838b
...@@ -102,6 +102,12 @@ public class FlutterFragmentActivity ...@@ -102,6 +102,12 @@ public class FlutterFragmentActivity
} }
} }
@Override
protected void onStart() {
super.onStart();
eventDelegate.onStart();
}
@Override @Override
protected void onStop() { protected void onStop() {
eventDelegate.onStop(); eventDelegate.onStop();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册