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

Commit c06012bd authored by Helen Qin's avatar Helen Qin
Browse files

[CredManUi] Left center notes.

Bug: 272364806
Test: manual (see bug for screenshots)
Change-Id: I9759ac49568c29dc37d4ba36d21cbd9344f55c77
parent 198a157f
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -559,7 +559,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)