Merge branch 'master' of code.aliyun.com:Doric/doric-Android
This commit is contained in:
commit
63550af3ad
@ -98,13 +98,13 @@ public class DoricContext {
|
|||||||
this.initParams = new JSONBuilder()
|
this.initParams = new JSONBuilder()
|
||||||
.put("width", width)
|
.put("width", width)
|
||||||
.put("height", height)
|
.put("height", height)
|
||||||
.toJSONObject()
|
.toJSONObject();
|
||||||
;
|
|
||||||
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams, extra);
|
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams, extra);
|
||||||
callEntity(DoricConstant.DORIC_ENTITY_CREATE);
|
callEntity(DoricConstant.DORIC_ENTITY_CREATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void reInit() {
|
public void reInit() {
|
||||||
|
this.mRootNode.setId("");
|
||||||
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams, extra);
|
callEntity(DoricConstant.DORIC_ENTITY_INIT, this.initParams, extra);
|
||||||
callEntity(DoricConstant.DORIC_ENTITY_CREATE);
|
callEntity(DoricConstant.DORIC_ENTITY_CREATE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user