-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Because I'm using a Cursor in the BookList and other places, the close() method of SearchHandler's dbHelper object is not called. It doesn't raise an error AFAIK on API 17 but it does when running the 2.3.3 emulator. It doesn't crash or halt the app but it'd be much better if I fixed it.
The best way would probably be to use an ArrayList<Integer,HashMap<String,String>> instead of a Cursor, with the hash map being the current "fields" variable.
Reactions are currently unavailable