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

add finish activity

parent 68c9957d
......@@ -254,6 +254,7 @@ public abstract class BoostFlutterActivity extends Activity implements IFlutterV
public void finishContainer(Map<String,Object> result) {
if(result != null) {
FlutterBoost.setBoostResult(this,new HashMap<>(result));
finish();
}else{
finish();
}
......
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