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

Commit f62285e7 authored by Brad Hinegardner's avatar Brad Hinegardner
Browse files

Replace usage of deprecated keyguard_bottom_area view

Bug: 383588832
Test: NA
Flag: EXEMPT bugfix
Change-Id: I48eb060ef090b5739ec04cd71da5ffe97ffa57fb
parent 0d3728a1
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())