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

修复FLUTTER_ACTIVITY_CREATED 模式下的问题

parent dd9d72e5
......@@ -302,7 +302,11 @@ public class FlutterSplashView extends FrameLayout {
}
@Override
protected void onDetachedFromWindow() {
super.onDetachedFromWindow();
handler.removeCallbacksAndMessages(null);
}
public void onAttach() {
Debuger.log("BoostFlutterView onAttach");
......
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