Fixed identity selection compose

This commit is contained in:
M66B
2018-11-09 12:21:12 +00:00
parent 40501d9941
commit 31f4445773
3 changed files with 6 additions and 5 deletions

View File

@@ -354,7 +354,7 @@ public class FragmentSetup extends FragmentEx {
}
});
db.identity().liveIdentities(true).observe(getViewLifecycleOwner(), new Observer<List<EntityIdentity>>() {
db.identity().liveIdentities(null, true).observe(getViewLifecycleOwner(), new Observer<List<EntityIdentity>>() {
@Override
public void onChanged(@Nullable List<EntityIdentity> identities) {
boolean done = (identities != null && identities.size() > 0);