YorkShen commented on a change in pull request #3022: [data-render] eagle comp 
& module lazy init, independent sdk init
URL: https://github.com/apache/incubator-weex/pull/3022#discussion_r349974850
 
 

 ##########
 File path: 
android/sdk/src/main/java/org/apache/weex/bridge/WXBridgeManager.java
 ##########
 @@ -3464,8 +3542,8 @@ public ContentBoxMeasurement getMeasurementFunc(String 
instanceId, long renderOb
     return contentBoxMeasurement;
   }
 
-  public void bindMeasurementToRenderObject(long ptr){
-    if (isJSFrameworkInit()) {
+  public void bindMeasurementToRenderObject(String instanceId, long ptr){
 
 Review comment:
   I don't think you need to edit this method.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to