Oscar_Zhang

Results 2 issues of Oscar_Zhang

```java android.database.CursorWindowAllocationException: Cursor window allocation of 2048 kb failed. # Open Cursors=363 (# cursors opened by this proc=363) at android.database.CursorWindow.(CursorWindow.java:108) at android.database.CursorWindow.(CursorWindow.java:130) at net.sqlcipher.CursorWindow.void (boolean)(SourceFile:54) at net.sqlcipher.database.SQLiteCursor.void fillWindow(int)(SourceFile:288) at net.sqlcipher.database.SQLiteCursor.int...

More info required

Hi,你好。我使用您这个控件,发现了一个问题: 如果给ListView加入一个HeaderView(随便设一个TextView或者什么的...)。OnTouch里面 Action_Down好像计算的按下点就不对了。如果这时Swipe删除掉所有Item,只留下HeaderView的时候,手指通过HeaderView下拉刷新不起作用。需要点击一下ListView其余非Header位置,才能正常下拉刷新。