YorkShen commented on a change in pull request #2762: [Android] fix interaction 
badcase
URL: https://github.com/apache/incubator-weex/pull/2762#discussion_r308594742
 
 

 ##########
 File path: 
android/sdk/src/main/java/com/taobao/weex/ui/component/WXComponent.java
 ##########
 @@ -179,6 +179,8 @@
   public boolean mIsAddElementToTree = false;
   //for fix element case
   public int interactionAbsoluteX=0,interactionAbsoluteY=0;
+  //for fix slider case :cssLeft is not real left base parent;
+  public int mChildrensWidth = 0;
 
 Review comment:
   Make it `private` or `proctected`. Thanks

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to