Make the number view scrollable

Fixes #6009
This commit is contained in:
Benoit Marty
2026-01-15 16:22:44 +01:00
parent 4256043338
commit 18bbca0f65

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),