Show number of unread messages in account

This commit is contained in:
M66B
2019-03-19 09:12:37 +00:00
parent 50bbbbe2f8
commit 883ed09fbd
4 changed files with 42 additions and 25 deletions

View File

@@ -274,7 +274,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
DB db = DB.getInstance(this);
db.account().liveAccountsEx().observe(this, new Observer<List<TupleAccountEx>>() {
db.account().liveAccountsEx(false).observe(this, new Observer<List<TupleAccountEx>>() {
private List<TupleAccountEx> last = new ArrayList<>();
@Override