You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/07/30 08:28:27 UTC

[GitHub] [incubator-weex] YorkShen commented on a change in pull request #2762: [Android] fix interaction badcase

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`. 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:
users@infra.apache.org


With regards,
Apache Git Services