1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-26 01:28:50 -05:00

Proper super call

This commit is contained in:
Daniel Applebaum 2010-01-04 00:48:33 +00:00
parent c86a46deb1
commit d58d1c60c0

View File

@ -1705,6 +1705,7 @@ public class MessageList
@Override
public void folderStatusChanged(Account account, String folder, int unreadMessageCount)
{
super.folderStatusChanged(account, folder, unreadMessageCount);
if (updateForMe(account, folder))
{
mUnreadMessageCount = unreadMessageCount;