mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-02 00:25:10 -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:
parent
0fcae025b2
commit
2ee5b49cf2
@ -830,7 +830,6 @@ public class MessageList
|
||||
if (!message.read)
|
||||
{
|
||||
message.read = true;
|
||||
mHandler.sortMessages();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user