mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
Fix composable typo (#1120)
This commit is contained in:
parent
0c64b7ad35
commit
2237d58ed5
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue