IllegalStateException: trying to requery an already closed cursor
Bug #1262900 reported by
pjv
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Collectionista |
Fix Released
|
Low
|
pjv |
Bug Description
Again, things got messed up with cursors. This time, in runQuery() I need to stop using managedQuery, which is now deprecated in favor of loaders. because this is not on the UI thread, loaders are not needed, but an unmanaged regular query() is. Otherwise the cursor will be closed by the activity/fragment on ~JB and the list view will not be able to be reused on resume, which gives this error.
See #976174 on how to diagnose.
Related branches
Changed in collectionista: | |
status: | New → Fix Committed |
importance: | Undecided → Low |
assignee: | nobody → pjv (pjv) |
Changed in collectionista: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.