Allow scroll in the "Enter recovery key" screen. #3042
This commit is contained in:
parent
c6f5033661
commit
47856c22ce
3 changed files with 52 additions and 17 deletions
|
|
@ -55,6 +55,7 @@ fun SecureBackupEnterRecoveryKeyView(
|
|||
|
||||
FlowStepPage(
|
||||
modifier = modifier,
|
||||
isScrollable = true,
|
||||
onBackClick = onBackClick,
|
||||
iconStyle = BigIcon.Style.Default(CompoundIcons.KeySolid()),
|
||||
title = stringResource(id = R.string.screen_recovery_key_confirm_title),
|
||||
|
|
@ -70,7 +71,7 @@ private fun Content(
|
|||
state: SecureBackupEnterRecoveryKeyState,
|
||||
) {
|
||||
RecoveryKeyView(
|
||||
modifier = Modifier.padding(top = 52.dp),
|
||||
modifier = Modifier.padding(top = 52.dp, bottom = 32.dp),
|
||||
state = state.recoveryKeyViewState,
|
||||
onClick = null,
|
||||
onChange = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue