Merge pull request #6017 from element-hq/feature/bma/scrollableScreen
Make the number view scrollable
This commit is contained in:
commit
b6e5daee71
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ fun EnterNumberView(
|
||||||
subTitle = stringResource(R.string.screen_link_new_device_enter_number_subtitle),
|
subTitle = stringResource(R.string.screen_link_new_device_enter_number_subtitle),
|
||||||
iconStyle = BigIcon.Style.Default(CompoundIcons.Computer()),
|
iconStyle = BigIcon.Style.Default(CompoundIcons.Computer()),
|
||||||
modifier = modifier,
|
modifier = modifier,
|
||||||
|
isScrollable = true,
|
||||||
buttons = {
|
buttons = {
|
||||||
Button(
|
Button(
|
||||||
text = stringResource(CommonStrings.action_continue),
|
text = stringResource(CommonStrings.action_continue),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue