You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by gu...@apache.org on 2017/10/19 04:33:46 UTC

[43/50] [abbrv] incubator-weex git commit: * [Android] Fix that moveElement doesn't work when parent is not a list

* [Android] Fix that moveElement doesn't work when parent is not a list


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

Branch: refs/heads/release
Commit: fc7b90e3e18a4fa9c1282d0268f07e8a80f1b014
Parents: af35b5f f4fefab
Author: gurisxie <27...@qq.com>
Authored: Wed Oct 18 17:46:13 2017 +0800
Committer: gurisxie <27...@qq.com>
Committed: Wed Oct 18 17:46:13 2017 +0800

----------------------------------------------------------------------
 .../java/com/taobao/weex/dom/action/MoveElementAction.java     | 3 +++
 .../src/main/java/com/taobao/weex/ui/component/WXScroller.java | 2 +-
 .../src/main/java/com/taobao/weex/ui/component/WXSlider.java   | 2 +-
 .../java/com/taobao/weex/ui/component/WXSliderNeighbor.java    | 2 +-
 .../main/java/com/taobao/weex/ui/component/WXVContainer.java   | 6 +++++-
 .../com/taobao/weex/ui/component/list/BasicListComponent.java  | 2 +-
 .../ui/component/list/template/WXRecyclerTemplateList.java     | 2 +-
 7 files changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------