Commit c7850136 authored by 林生雨's avatar 林生雨

w

parent 1ec92b67
...@@ -296,7 +296,6 @@ ...@@ -296,7 +296,6 @@
</component> </component>
<component name="ToolWindowManager"> <component name="ToolWindowManager">
<frame x="673" y="-861" width="1440" height="811" extended-state="0" /> <frame x="673" y="-861" width="1440" height="811" extended-state="0" />
<editor active="true" />
<layout> <layout>
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.1509299" /> <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.1509299" />
<window_info id="Captures" order="1" side_tool="true" /> <window_info id="Captures" order="1" side_tool="true" />
......
...@@ -338,7 +338,7 @@ class GengmeiFlutterPlugin : MethodCallHandler { ...@@ -338,7 +338,7 @@ class GengmeiFlutterPlugin : MethodCallHandler {
DebugUtil.printStackTrace(it) DebugUtil.printStackTrace(it)
}).addTo(disposable) }).addTo(disposable)
} else { } else {
ResultManager.getInstance().resultSuccess(gotoNativeCameraKey, null); ResultManager.getInstance().resultSuccess(gotoNativeCameraKey, HashMap<String, Any>());
} }
// nativeImage?.run { // nativeImage?.run {
// } // }
......
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