提交 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
......@@ -101,6 +101,12 @@ public class FlutterFragmentActivity
super.onBackPressed();
}
}
@Override
protected void onStart() {
super.onStart();
eventDelegate.onStart();
}
@Override
protected void onStop() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册