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:
parent
cf390861d6
commit
41d608f3be
@ -785,7 +785,7 @@ public class FolderList extends K9ListActivity implements OnNavigationListener {
|
||||
return;
|
||||
}
|
||||
mUnreadMessageCount = stats.unreadMessageCount;
|
||||
super.accountStatusChanged(account, stats);
|
||||
mHandler.refreshTitle();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user