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

Commit b9d409fd authored by Brad Hinegardner's avatar Brad Hinegardner Committed by Android (Google) Code Review
Browse files

Merge "Replace usage of deprecated keyguard_bottom_area view" into main

parents 9523b841 f62285e7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -186,8 +186,7 @@ constructor(
                    with(lockSection) { LockIcon() }

                    // Aligned to bottom and constrained to below the lock icon.
                    // TODO("b/383588832") change this away from "keyguard_bottom_area"
                    Column(modifier = Modifier.fillMaxWidth().sysuiResTag("keyguard_bottom_area")) {
                    Column(modifier = Modifier.fillMaxWidth().sysuiResTag("keyguard_root_view")) {
                        if (isUdfpsVisible && ambientIndicationSectionOptional.isPresent) {
                            with(ambientIndicationSectionOptional.get()) {
                                AmbientIndication(modifier = Modifier.fillMaxWidth())