Loading packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt +6 −1 Original line number Diff line number Diff line Loading @@ -561,7 +561,12 @@ fun AuthenticationEntryRow( enforceOneLine: Boolean = false, ) { Entry( onClick = { onEntrySelected(authenticationEntryInfo) }, onClick = if (authenticationEntryInfo.isUnlockedAndEmpty) { {} } // No-op else { { onEntrySelected(authenticationEntryInfo) } }, iconImageBitmap = authenticationEntryInfo.icon.toBitmap().asImageBitmap(), entryHeadlineText = authenticationEntryInfo.title, entrySecondLineText = stringResource( Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt +6 −1 Original line number Diff line number Diff line Loading @@ -561,7 +561,12 @@ fun AuthenticationEntryRow( enforceOneLine: Boolean = false, ) { Entry( onClick = { onEntrySelected(authenticationEntryInfo) }, onClick = if (authenticationEntryInfo.isUnlockedAndEmpty) { {} } // No-op else { { onEntrySelected(authenticationEntryInfo) } }, iconImageBitmap = authenticationEntryInfo.icon.toBitmap().asImageBitmap(), entryHeadlineText = authenticationEntryInfo.title, entrySecondLineText = stringResource( Loading