Show synchronized email only

This commit is contained in:
M66B 2018-08-23 17:50:21 +00:00
parent ceff530cf5
commit d0f80310da
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class ActivityView extends ActivityBase implements FragmentManager.OnBack
getSupportFragmentManager().addOnBackStackChangedListener(this);
DB.getInstance(this).account().liveAccounts().observe(this, new Observer<List<EntityAccount>>() {
DB.getInstance(this).account().liveAccounts(true).observe(this, new Observer<List<EntityAccount>>() {
@Override
public void onChanged(@Nullable List<EntityAccount> accounts) {
if (accounts == null)