Commit 322db076 authored by 李增强's avatar 李增强

删除没用代码

parent 8dd58ee9
......@@ -192,11 +192,7 @@ public class FlutterActivityAndFragmentDelegate implements IFlutterViewContainer
Log.v(TAG, "onResume()");
ensureAlive();
flutterEngine.getLifecycleChannel().appIsResumed();
if (ACTIVITY_CONTROL_SURFACE_ATTACH_TO_ACTVITY_HASH_CODE == 0 ||
ACTIVITY_CONTROL_SURFACE_ATTACH_TO_ACTVITY_HASH_CODE != this.host.getActivity().hashCode()) {
ACTIVITY_CONTROL_SURFACE_ATTACH_TO_ACTVITY_HASH_CODE = host.getActivity().hashCode();
}
}
......
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