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

Commit 6982bc24 authored by Helen Qin's avatar Helen Qin Committed by Automerger Merge Worker
Browse files

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

parents deb7030f afce3ac3
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)