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

Commit 2a80ec9a authored by Roman Birg's avatar Roman Birg
Browse files

SystemUI: fix keyguard unlock drawable not updating



REF: NIGHTLIES-1247
Change-Id: Idd4e3653b6bd4976be8211cca8b8a4484a6334e9
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent d2d714ae
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -601,14 +601,11 @@ public class KeyguardBottomAreaView extends FrameLayout implements View.OnClickL
        return false;
    }

    public void onMethodSecureChanged(boolean methodSecure) {
    public void onUnlockMethodStateChanged() {
        updateLockIcon();
        updateCameraVisibility();
    }

    public void onUnlockMethodStateChanged() {
    }

    private void inflatePreviews() {
        mPhonePreview = mPreviewInflater.inflatePreview(PHONE_INTENT);
        mCameraPreview = mPreviewInflater.inflatePreview(getCameraIntent());