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

Unverified Commit 560255f8 authored by Michael Bestas's avatar Michael Bestas
Browse files

Revert "SystemUI: Don't forcefully show lock icon background"

* Fixed in android-12.0.0_r16

This reverts commit 214a45c5.

Change-Id: I6bce745e14766d12dada67a513b6bb8d0e6f0e3a
parent 214a45c5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -77,6 +77,11 @@ public class LockIconView extends FrameLayout implements Dumpable {

    void setImageDrawable(Drawable drawable) {
        mLockIcon.setImageDrawable(drawable);
        if (drawable == null) {
            mBgView.setVisibility(View.INVISIBLE);
        } else {
            mBgView.setVisibility(View.VISIBLE);
        }
    }

    public void setCenterLocation(@NonNull PointF center, int radius) {