From 18bbca0f657f963f353e13a062b599d6d731b2f1 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Thu, 15 Jan 2026 16:22:44 +0100 Subject: [PATCH] Make the number view scrollable Fixes #6009 --- .../linknewdevice/impl/screens/number/EnterNumberView.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/linknewdevice/impl/src/main/kotlin/io/element/android/features/linknewdevice/impl/screens/number/EnterNumberView.kt b/features/linknewdevice/impl/src/main/kotlin/io/element/android/features/linknewdevice/impl/screens/number/EnterNumberView.kt index 92b3447615..240a3143af 100644 --- a/features/linknewdevice/impl/src/main/kotlin/io/element/android/features/linknewdevice/impl/screens/number/EnterNumberView.kt +++ b/features/linknewdevice/impl/src/main/kotlin/io/element/android/features/linknewdevice/impl/screens/number/EnterNumberView.kt @@ -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),