Loading packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt +1 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,7 @@ private fun SplitLayout(viewModel: BouncerOverlayContentViewModel, modifier: Mod } } // Right side (in right-to-left locales). // Right side (in left-to-right locales). Box(modifier = Modifier.fillMaxHeight().weight(1f)) { when (authMethod) { is PinBouncerViewModel, Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/BouncerContent.kt +1 −1 Original line number Diff line number Diff line Loading @@ -397,7 +397,7 @@ private fun SplitLayout(viewModel: BouncerOverlayContentViewModel, modifier: Mod } } // Right side (in right-to-left locales). // Right side (in left-to-right locales). Box(modifier = Modifier.fillMaxHeight().weight(1f)) { when (authMethod) { is PinBouncerViewModel, Loading