Loading packages/CredentialManager/src/com/android/credentialmanager/common/ui/Entry.kt +6 −2 Original line number Diff line number Diff line Loading @@ -305,13 +305,17 @@ fun CtaButtonRow( modifier = Modifier.fillMaxWidth() ) { if (leftButton != null) { Box(modifier = Modifier.wrapContentSize().weight(1f, fill = false)) { leftButton() } } if (rightButton != null) { Box(modifier = Modifier.wrapContentSize().weight(1f, fill = false)) { rightButton() } } } } @Composable fun MoreOptionTopAppBar( Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/common/ui/Entry.kt +6 −2 Original line number Diff line number Diff line Loading @@ -305,13 +305,17 @@ fun CtaButtonRow( modifier = Modifier.fillMaxWidth() ) { if (leftButton != null) { Box(modifier = Modifier.wrapContentSize().weight(1f, fill = false)) { leftButton() } } if (rightButton != null) { Box(modifier = Modifier.wrapContentSize().weight(1f, fill = false)) { rightButton() } } } } @Composable fun MoreOptionTopAppBar( Loading