mirror of
https://github.com/bitwarden/android.git
synced 2026-05-24 07:01:26 -05:00
Fix composable typo (#1120)
This commit is contained in:
@@ -122,7 +122,7 @@ fun ResetPasswordScreen(
|
||||
)
|
||||
},
|
||||
) { innerPadding ->
|
||||
ResetPasswordScreeContent(
|
||||
ResetPasswordScreenContent(
|
||||
state = state,
|
||||
onCurrentPasswordInputChanged = remember(viewModel) {
|
||||
{ viewModel.trySendAction(ResetPasswordAction.CurrentPasswordInputChanged(it)) }
|
||||
@@ -145,7 +145,7 @@ fun ResetPasswordScreen(
|
||||
|
||||
@Composable
|
||||
@Suppress("LongMethod")
|
||||
private fun ResetPasswordScreeContent(
|
||||
private fun ResetPasswordScreenContent(
|
||||
state: ResetPasswordState,
|
||||
onCurrentPasswordInputChanged: (String) -> Unit,
|
||||
onPasswordInputChanged: (String) -> Unit,
|
||||
|
||||
Reference in New Issue
Block a user