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

Merge branch 'master' into v1.12.13-hotfixes

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