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/02 07:35:11 UTC

[GitHub] [incubator-weex] YorkShen commented on a change in pull request #2638: [Android] bugfix of the scrollstart and scrollend event mismatching

YorkShen commented on a change in pull request #2638: [Android] bugfix of  the scrollstart and scrollend  event mismatching
URL: https://github.com/apache/incubator-weex/pull/2638#discussion_r299340121
 
 

 ##########
 File path: android/sdk/src/main/java/com/taobao/weex/ui/component/helper/ScrollStartEndHelper.java
 ##########
 @@ -64,14 +67,16 @@ public void  onScrolled(int x, int y){
                 || component.getEvents().contains(Constants.Event.SCROLL_END))){
             this.x = x;
             this.y = y;
-            if(!hasStart){
+            if(!hasStart && canStart){
 
 Review comment:
   This `if` block should be as code in line 95  fired the event.

----------------------------------------------------------------
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