1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Pre-r660 we didn't have this line, and things worked better. Also see

Troy Engel's comments in Issue 936.  If this commit isn't
satisfactory, perhaps try Troy's suggestion.

Fixes Issue 936.
This commit is contained in:
Daniel Applebaum 2010-02-09 03:34:49 +00:00
parent 23e5a132d4
commit 03a06696dc

View File

@ -748,8 +748,6 @@ public class MessageList
{
mAdapter.removeMessage(holder);
mController.deleteMessages(holder.account, holder.message.getFolder().getName(), new Message[] { holder.message }, null);
mListView.setSelection(position);
}