k-9/src/com/fsck/k9/cache
cketti aab998d17f Avoid CursorIndexOutOfBoundsException when deleting a message
Deleting a message creates an entry in EmailProviderCache so
EmailProviderCacheCursor can skip the Cursor row during the time
it takes to update the database.
Previously EmailProviderCacheCursor.isLast() returned the wrong
result when the last row in the wrapped Cursor was hidden. This
lead to the crash in MergeCursor.

Fixes issue 5820
2013-08-23 04:16:00 +02:00
..
EmailProviderCache.java Add a caching layer to EmailProvider 2013-02-19 04:45:14 +01:00
EmailProviderCacheCursor.java Avoid CursorIndexOutOfBoundsException when deleting a message 2013-08-23 04:16:00 +02:00