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

Commit 89dc9802 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix comment regarding left/right side in BouncerContent" into main

parents 3d875b49 20fc445a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,