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

Commit d86d82cb authored by Daniel Chapin's avatar Daniel Chapin
Browse files

Revert "Modify inflation of ambient indication area to handle me..."

Revert submission 25007252-release_migrate_split_keyguard_bottom_area

Reason for revert: Droidfood blocking bug: b/306101773

Reverted changes: /q/submissionid:25007252-release_migrate_split_keyguard_bottom_area

Change-Id: I712480594ec25d39bcff6030ee81b2ba5900db35
parent 16588199
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -50,8 +50,11 @@ constructor(

    override fun addViews(constraintLayout: ConstraintLayout) {
        if (featureFlags.isEnabled(Flags.MIGRATE_SPLIT_KEYGUARD_BOTTOM_AREA)) {
            val view =
                LayoutInflater.from(constraintLayout.context)
                .inflate(R.layout.ambient_indication, constraintLayout, true)
                    .inflate(R.layout.ambient_indication, constraintLayout, false)

            constraintLayout.addView(view)
        }
    }