aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-03-14 11:04:24 -0700
committerScott Jackson <daneren2005@gmail.com>2014-03-14 11:04:24 -0700
commit13605bd1032625c36ac583c55bcabfe6c3cd9e08 (patch)
tree27d8ffb431f8aaa0935bc83f59f0f88bcc5e730c /README
parent977fb4956c8631e46a6c062dc8be16f5c69b0a75 (diff)
downloaddsub-13605bd1032625c36ac583c55bcabfe6c3cd9e08.tar.gz
dsub-13605bd1032625c36ac583c55bcabfe6c3cd9e08.tar.bz2
dsub-13605bd1032625c36ac583c55bcabfe6c3cd9e08.zip
Add another DragSortListView fix
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index b8f1a8a2..ac13da98 100644
--- a/README
+++ b/README
@@ -52,4 +52,9 @@ if(child instanceof Checkable && !(v instanceof Checkable)) {
}
}
v.addView(child);
+
+In DragSortController.java line 380, first thing in onScroll:
+if(e1 == null || e2 == null) {
+ return false;
+}