zendesk / android-db-commons

Some common utilities for ContentProvider/ContentResolver/Cursor and other db-related android stuff
Apache License 2.0
222 stars 28 forks source link

Do not attempt to close closed cursor #40

Closed henieek closed 10 years ago

henieek commented 10 years ago

Some Cursor implementations may come with some ISE when trying to close them again. In fact - closeQuietly should check if Cursor is still opened before trying to close it.