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
1 changed files with 1 additions and 1 deletions

View File

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