diff --git a/packages/SystemUI/res/layout/keyguard_bottom_area.xml b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
index 66c57fc2a9ac7..36f7b96a267c7 100644
--- a/packages/SystemUI/res/layout/keyguard_bottom_area.xml
+++ b/packages/SystemUI/res/layout/keyguard_bottom_area.xml
@@ -22,42 +22,6 @@
android:layout_width="match_parent"
android:outlineProvider="none" >
-
-
-
-
-
-
-
-
(R.id.keyguard_indication_area)?.let {
- keyguardRootView.removeView(it)
- }
- }
-
indicationAreaHandle =
KeyguardIndicationAreaBinder.bind(
notificationShadeWindowView,