Skip to content

dbHelper.close() not being called #17

@kinverarity1

Description

@kinverarity1

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions