Fixed message counts

This commit is contained in:
M66B
2019-02-11 20:26:05 +00:00
parent 7f4de090df
commit 53cf0f98f1
3 changed files with 10 additions and 8 deletions

View File

@@ -258,7 +258,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
getSupportFragmentManager().addOnBackStackChangedListener(this);
DB.getInstance(this).account().liveAccounts(true, threading).observe(this, new Observer<List<TupleAccountEx>>() {
DB.getInstance(this).account().liveAccountsEx().observe(this, new Observer<List<TupleAccountEx>>() {
private List<TupleAccountEx> last = new ArrayList<>();
@Override