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:
parent
0fcae025b2
commit
2ee5b49cf2
1 changed files with 0 additions and 1 deletions
|
@ -830,7 +830,6 @@ public class MessageList
|
|||
if (!message.read)
|
||||
{
|
||||
message.read = true;
|
||||
mHandler.sortMessages();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue