aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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;
+}