Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a00e337 authored by James Willcox's avatar James Willcox Committed by Automerger Merge Worker
Browse files

Merge "Put credman registry-based sessions into PENDING state to start" into udc-dev am: 6cc44e5c

parents ecd673f4 6cc44e5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -126,6 +126,7 @@ public class ProviderRegistryGetSession extends ProviderSession<CredentialOption
        mElementKeys = new HashSet<>(requestOption
                .getCredentialRetrievalData()
                .getStringArrayList(CredentialOption.SUPPORTED_ELEMENT_KEYS));
        mStatus = Status.PENDING;
    }

    protected ProviderRegistryGetSession(@NonNull Context context,
@@ -143,6 +144,7 @@ public class ProviderRegistryGetSession extends ProviderSession<CredentialOption
        mElementKeys = new HashSet<>(requestOption
                .getCredentialRetrievalData()
                .getStringArrayList(CredentialOption.SUPPORTED_ELEMENT_KEYS));
        mStatus = Status.PENDING;
    }

    private List<Entry> prepareUiCredentialEntries(