You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mi...@apache.org on 2017/08/21 02:20:20 UTC

[2/2] incubator-weex git commit: Update WXSwipeLayout.java

Update WXSwipeLayout.java

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/11f0db34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/11f0db34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/11f0db34

Branch: refs/heads/0.16-dev
Commit: 11f0db3467ff39ec68d0b0b206454157e2aa8573
Parents: 74181e4
Author: fantasticcmm <75...@qq.com>
Authored: Fri Aug 18 16:38:11 2017 +0800
Committer: GitHub <no...@github.com>
Committed: Fri Aug 18 16:38:11 2017 +0800

----------------------------------------------------------------------
 .../java/com/taobao/weex/ui/view/refresh/core/WXSwipeLayout.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/11f0db34/android/sdk/src/main/java/com/taobao/weex/ui/view/refresh/core/WXSwipeLayout.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/main/java/com/taobao/weex/ui/view/refresh/core/WXSwipeLayout.java b/android/sdk/src/main/java/com/taobao/weex/ui/view/refresh/core/WXSwipeLayout.java
index 8674f22..fa26de7 100644
--- a/android/sdk/src/main/java/com/taobao/weex/ui/view/refresh/core/WXSwipeLayout.java
+++ b/android/sdk/src/main/java/com/taobao/weex/ui/view/refresh/core/WXSwipeLayout.java
@@ -249,7 +249,6 @@ public class WXSwipeLayout extends FrameLayout implements NestedScrollingParent
         mCurrentAction = PULL_REFRESH;
         isConfirm = true;
       } else if (dy > 0 && !canChildScrollDown() && (!mRefreshing)) {
-        //当前正在刷新时不响应"上拉加载更多"
         mCurrentAction = LOAD_MORE;
         isConfirm = true;
       }