Improved error message

This commit is contained in:
M66B
2020-02-22 08:30:49 +01:00
parent 9df27c1240
commit ab8f519808
4 changed files with 15 additions and 9 deletions

View File

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