mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-12 12:35:04 -05: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:
parent
23e5a132d4
commit
03a06696dc
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user