Loading packages/CredentialManager/src/com/android/credentialmanager/createflow/CreatePasskeyComponents.kt +2 −4 Original line number Diff line number Diff line Loading @@ -79,13 +79,11 @@ fun CreatePasskeyScreen( sheetShape = Shapes.medium, ) {} LaunchedEffect(state.currentValue) { when (state.currentValue) { ModalBottomSheetValue.Hidden -> { if (state.currentValue == ModalBottomSheetValue.Hidden) { cancelActivity() } } } } @Composable fun ConfirmationCard( Loading packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt +2 −4 Original line number Diff line number Diff line Loading @@ -64,13 +64,11 @@ fun GetCredentialScreen( sheetShape = Shapes.medium, ) {} LaunchedEffect(state.currentValue) { when (state.currentValue) { ModalBottomSheetValue.Hidden -> { if (state.currentValue == ModalBottomSheetValue.Hidden) { cancelActivity() } } } } @ExperimentalMaterialApi @Composable Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/createflow/CreatePasskeyComponents.kt +2 −4 Original line number Diff line number Diff line Loading @@ -79,13 +79,11 @@ fun CreatePasskeyScreen( sheetShape = Shapes.medium, ) {} LaunchedEffect(state.currentValue) { when (state.currentValue) { ModalBottomSheetValue.Hidden -> { if (state.currentValue == ModalBottomSheetValue.Hidden) { cancelActivity() } } } } @Composable fun ConfirmationCard( Loading
packages/CredentialManager/src/com/android/credentialmanager/getflow/GetCredentialComponents.kt +2 −4 Original line number Diff line number Diff line Loading @@ -64,13 +64,11 @@ fun GetCredentialScreen( sheetShape = Shapes.medium, ) {} LaunchedEffect(state.currentValue) { when (state.currentValue) { ModalBottomSheetValue.Hidden -> { if (state.currentValue == ModalBottomSheetValue.Hidden) { cancelActivity() } } } } @ExperimentalMaterialApi @Composable Loading