Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No response from CredentialManager.getCredential(..) #113

Open
danchoo21 opened this issue Feb 7, 2025 · 4 comments
Open

No response from CredentialManager.getCredential(..) #113

danchoo21 opened this issue Feb 7, 2025 · 4 comments

Comments

@danchoo21
Copy link

danchoo21 commented Feb 7, 2025

Execution Environment:

OS: Android 14
Device: Samsung Galaxy S24
Issue:
After calling CredentialManager.getCredential(..), the BottomSheetDialog does not appear, and there is no response.

I encountered this issue.
When I tried to reproduce it, I observed the following behavior:
If the dialog fails to open properly for some reason, the suspend function locked and does not proceed. but not crash and not throw exception.

Test Environment:

Virtual Device: Pixel 8 Pro (API 34)
Reproduction Steps:

Touch the screen to close the BottomSheetDialog before it fully appears.
Observed Behavior:

After calling CredentialManager.getCredential(..), there is no response.


It occurs in the following API.

@RequiresApi(34)
suspend fun getCredential(
context: Context,
pendingGetCredentialHandle: PrepareGetCredentialResponse.PendingGetCredentialHandle,
) : GetCredentialResponse

suspend fun getCredential(
context: Context,
request: GetCredentialRequest,
): GetCredentialResponse

@niharika2810
Copy link
Contributor

Thanks, would you mind creating a bug with all details required in that template if still the case? Sharing here : https://issuetracker.google.com/issues/new?component=1301097&template=1773864

@expcapitaldev
Copy link

hi guys, we have similar issue but only on
OS: Android 14
Device: Samsung Galaxy S24
and we can not reproduce on Pixel 6

@expcapitaldev
Copy link

need to check/create issue on issuetracker

@expcapitaldev
Copy link

https://issuetracker.google.com/issues/341690734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants