Skip to content
Snippets Groups Projects
Commit c30713b1 authored by Daniel Chapin's avatar Daniel Chapin Committed by Android Build Coastguard Worker
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
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d86d82cb6a05bec6ac3c0e2fa1ae08ffbbe6f8af)
Merged-In: I712480594ec25d39bcff6030ee81b2ba5900db35
Change-Id: I712480594ec25d39bcff6030ee81b2ba5900db35
parent 7500671a
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,11 @@ constructor(
override fun addViews(constraintLayout: ConstraintLayout) {
if (featureFlags.isEnabled(Flags.MIGRATE_SPLIT_KEYGUARD_BOTTOM_AREA)) {
LayoutInflater.from(constraintLayout.context)
.inflate(R.layout.ambient_indication, constraintLayout, true)
val view =
LayoutInflater.from(constraintLayout.context)
.inflate(R.layout.ambient_indication, constraintLayout, false)
constraintLayout.addView(view)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment