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

When marking a message as read as we're opening it from the message

list, don't "bother" sorting the messagelist again before opening the
message, it adds a _bit_ of slowness when we don't need it and
we'll sort again when we get back to the message list.
This commit is contained in:
Jesse Vincent 2010-07-19 01:54:38 +00:00
parent 0fcae025b2
commit 2ee5b49cf2

View File

@ -830,7 +830,6 @@ public class MessageList
if (!message.read)
{
message.read = true;
mHandler.sortMessages();
}
}