You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/credentials/src/main/kotlin/de/davis/keygo/feature/credentials/presentation/create/activity/CreatePasskeyActivity.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ internal class CreatePasskeyActivity : FragmentActivity() {
115
115
confirmButton = {
116
116
Button(
117
117
onClick = {
118
-
viewModel.onItemSelected(event.itemId)
118
+
viewModel.associatePasskeyAndFinish(event.itemId)
119
119
confirmationEvent =null
120
120
}
121
121
) {
@@ -163,7 +163,7 @@ internal class CreatePasskeyActivity : FragmentActivity() {
Copy file name to clipboardExpand all lines: feature/credentials/src/main/kotlin/de/davis/keygo/feature/credentials/presentation/create/activity/CreatePasskeyViewModel.kt
0 commit comments