Commit 53766712 authored by yangwu.jia's avatar yangwu.jia

Merge branch 'master' into v1.12.13-hotfixes

parent 1e98c3aa
...@@ -32,6 +32,11 @@ public class MyApplication extends Application { ...@@ -32,6 +32,11 @@ public class MyApplication extends Application {
FlutterBoost.BoostLifecycleListener boostLifecycleListener= new FlutterBoost.BoostLifecycleListener(){ FlutterBoost.BoostLifecycleListener boostLifecycleListener= new FlutterBoost.BoostLifecycleListener(){
@Override
public void beforeCreateEngine() {
}
@Override @Override
public void onEngineCreated() { public void onEngineCreated() {
......
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