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

Commit afce3ac3 authored by Helen Qin's avatar Helen Qin Committed by Android (Google) Code Review
Browse files

Merge "[CredManUi] Left center notes." into udc-dev

parents c2966f2f c06012bd
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -560,7 +560,11 @@ fun CreationSelectionCard(
                    modifier = Modifier.padding(vertical = 16.dp)
                )
            }
            item { BodySmallText(text = createOptionInfo.footerDescription) }
            item {
                Row(modifier = Modifier.fillMaxWidth().wrapContentHeight()) {
                    BodySmallText(text = createOptionInfo.footerDescription)
                }
            }
        }
    }
    onLog(CreateCredentialEvent.CREDMAN_CREATE_CRED_CREATION_OPTION_SELECTION)