Loading packages/CredentialManager/src/com/android/credentialmanager/createflow/CreateCredentialComponents.kt +3 −2 Original line number Diff line number Diff line Loading @@ -436,7 +436,8 @@ fun CreationSelectionCard( }, ) } if (createOptionInfo.footerDescription != null) { val footerDescription = createOptionInfo.footerDescription if (footerDescription != null && footerDescription.length > 0) { item { Divider( thickness = 1.dp, Loading @@ -446,7 +447,7 @@ fun CreationSelectionCard( } item { Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) { BodySmallText(text = createOptionInfo.footerDescription) BodySmallText(text = footerDescription) } } } Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/createflow/CreateCredentialComponents.kt +3 −2 Original line number Diff line number Diff line Loading @@ -436,7 +436,8 @@ fun CreationSelectionCard( }, ) } if (createOptionInfo.footerDescription != null) { val footerDescription = createOptionInfo.footerDescription if (footerDescription != null && footerDescription.length > 0) { item { Divider( thickness = 1.dp, Loading @@ -446,7 +447,7 @@ fun CreationSelectionCard( } item { Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) { BodySmallText(text = createOptionInfo.footerDescription) BodySmallText(text = footerDescription) } } } Loading