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

Unverified Commit a12767f5 authored by LuK1337's avatar LuK1337 Committed by Michael Bestas
Browse files

SystemUI: Don't remove keyguard slice view

Before this change, keyguard slice view would disappear after rotation,
breaking notification stack scroll layout alignment while at it.

Change-Id: I78a1b40a6aa6a9bb31ddc774e024b6b356e2a39c
parent da2f70a9
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -112,9 +112,5 @@ constructor(
        }
    }

    override fun removeViews(constraintLayout: ConstraintLayout) {
        if (smartspaceController.isEnabled) return

        constraintLayout.removeView(R.id.keyguard_slice_view)
    }
    override fun removeViews(constraintLayout: ConstraintLayout) {}
}