You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by zs...@apache.org on 2017/03/24 09:02:48 UTC

[2/2] incubator-weex git commit: * [android] remove space line

* [android] remove space line


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

Branch: refs/heads/0.11-dev
Commit: 3ef1336f8da66a020e71ec7291256448f744ba64
Parents: fff9fd8
Author: zshshr <zh...@gmail.com>
Authored: Fri Mar 24 16:51:53 2017 +0800
Committer: zshshr <zh...@gmail.com>
Committed: Fri Mar 24 16:51:53 2017 +0800

----------------------------------------------------------------------
 .../java/com/taobao/weex/ui/component/list/BasicListComponent.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3ef1336f/android/sdk/src/main/java/com/taobao/weex/ui/component/list/BasicListComponent.java
----------------------------------------------------------------------
diff --git a/android/sdk/src/main/java/com/taobao/weex/ui/component/list/BasicListComponent.java b/android/sdk/src/main/java/com/taobao/weex/ui/component/list/BasicListComponent.java
index 542d817..f01262e 100644
--- a/android/sdk/src/main/java/com/taobao/weex/ui/component/list/BasicListComponent.java
+++ b/android/sdk/src/main/java/com/taobao/weex/ui/component/list/BasicListComponent.java
@@ -917,7 +917,6 @@ public abstract class BasicListComponent<T extends ViewGroup & ListComponentView
     holder.setComponentUsing(false);
     if(holder.canRecycled()) {
       recycleViewList.add(holder);
-
     } else {
       WXLogUtils.w(TAG, "this holder can not be allowed to  recycled" );
     }