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

Commit 214a45c5 authored by HARSH PAL's avatar HARSH PAL Committed by Jan Altensen
Browse files

SystemUI: Don't forcefully show lock icon background



updateColorAndBackgroundVisibility() already handles this
for udfps devices, so this code is not necessary

Change-Id: I6ecdd1fe0596504072c5bc8c70926908e17ca0e4
Signed-off-by: default avatarAdithya R <gh0strider.2k18.reborn@gmail.com>
parent c6f7979b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -77,11 +77,6 @@ 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) {