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

Unverified Commit eea6565c 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 5e6adeeb
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -121,9 +121,5 @@ constructor(
        }
    }

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

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