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 {
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