1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Refresh action bar title in FolderList when unread count was calculated

This commit is contained in:
cketti 2012-12-07 14:25:30 +01:00
parent cf390861d6
commit 41d608f3be

View File

@ -785,7 +785,7 @@ public class FolderList extends K9ListActivity implements OnNavigationListener {
return;
}
mUnreadMessageCount = stats.unreadMessageCount;
super.accountStatusChanged(account, stats);
mHandler.refreshTitle();
}
@Override