Closed marc-scig closed 11 years ago
changeCursor closes the old cursor before swapping in the new one. this doesn't address the weird CalledFromWrongThreadException issue but it does prevent the associated crash without requiring any hacky exception handling in the UACursorWrapper.
If it leaves the cursor open, when is it closed?
I have no idea. Perhaps swapCursor(null) has that effect, although I'm doubtful.
changeCursor closes the old cursor before swapping in the new one. this doesn't address the weird CalledFromWrongThreadException issue but it does prevent the associated crash without requiring any hacky exception handling in the UACursorWrapper.