Added logging

This commit is contained in:
M66B 2023-08-21 18:08:37 +02:00
parent 744eceeee8
commit 8e5d431d1f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class FragmentDialogSelectIdentity extends FragmentDialogBase {
@Override
protected void onExecuted(Bundle args, List<TupleIdentityEx> identities) {
EntityLog.log(context, "Composable identities=" + (identities == null ? null : identities.size()));
adapter.addAll(identities);
}