mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-19 20:21:45 -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;
|
return;
|
||||||
}
|
}
|
||||||
mUnreadMessageCount = stats.unreadMessageCount;
|
mUnreadMessageCount = stats.unreadMessageCount;
|
||||||
super.accountStatusChanged(account, stats);
|
mHandler.refreshTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user