Merge pull request #6017 from element-hq/feature/bma/scrollableScreen

Make the number view scrollable
This commit is contained in:
Benoit Marty 2026-01-15 16:56:19 +01:00 committed by GitHub
commit 5aee151c68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,6 +54,7 @@ fun EnterNumberView(
subTitle = stringResource(R.string.screen_link_new_device_enter_number_subtitle),
iconStyle = BigIcon.Style.Default(CompoundIcons.Computer()),
modifier = modifier,
isScrollable = true,
buttons = {
Button(
text = stringResource(CommonStrings.action_continue),