Open GoogleCodeExporter opened 8 years ago
Hmm, I don't recall making any changes to the code but I'll check.
Looking at the DSLV 0.6.1 code now, I do see onTouch:
https://github.com/bauerca/drag-sort-listview/blob/0.6.1/library/src/com/mobeta/
android/dslv/DragSortController.java#L238
What's the specific error, does it think the method doesn't exist? Seems more
like a syntax error.
Original comment by roman.nurik
on 21 Jun 2013 at 5:28
I'm sorry, I posted the wrong error above:
/home/gerry/fdroiddata/build/srclib/DashClock/main/src/main/java/com/google/android/apps/dashclock/configuration/ConfigureExtensionsFragment.java:176: error: cannot find symbol
[javac] || (!dragSortController.isDragging()
[javac] ^
[javac] symbol: method isDragging()
[javac] location: variable dragSortController of type DragSortController
[javac] Note: Some input files use or override a deprecated API.
Original comment by david8bl...@gmail.com
on 23 Jun 2013 at 9:54
Ah, I must've exposed an extra method to make it work with the
swipe-to-dismiss. Will fix somehow.
Original comment by roman.nurik
on 23 Jun 2013 at 4:23
Original issue reported on code.google.com by
david8bl...@gmail.com
on 21 Jun 2013 at 11:32