Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f53e1e3 authored by Austin Delgado's avatar Austin Delgado Committed by Android Build Coastguard Worker
Browse files

Remove weight from BiometricPromptFallbackView scrolling

Test: verified manually and with screenshot tests in upcoming CL
Bug: 445996182
Flag: android.hardware.biometrics.bp_fallback_options
Cherrypick-From: https://googleplex-android-review.googlesource.com/q/commit:810fcd331cd9b46eb923979a5250a67a90af92dc
Merged-In: Iac88d95f6e606efcce15bbbb2a8067447392a16c
Change-Id: Iac88d95f6e606efcce15bbbb2a8067447392a16c
parent 5ab71f09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ fun BiometricPromptFallbackView(promptViewModel: PromptViewModel, callback: Spag
            }
            Spacer(modifier = Modifier.height(16.dp))
            Column(
                modifier = Modifier.fillMaxWidth().verticalScroll(scrollState).weight(1f),
                modifier = Modifier.fillMaxWidth().verticalScroll(scrollState),
                verticalArrangement = Arrangement.spacedBy(2.dp),
            ) {
                val options = mutableListOf<@Composable (Int, Int) -> Unit>()