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

Commit eead12b5 authored by Beverly Tai's avatar Beverly Tai Committed by Automerger Merge Worker
Browse files

Merge "Don't set udfps icon visibility on illumination change" into sc-dev am:...

Merge "Don't set udfps icon visibility on illumination change" into sc-dev am: fa6a4283 am: 3d3f1883

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15237118

Change-Id: I93a4bae7e5c58f54090060eed6f03ed031683342
parents 6f263046 3d3f1883
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -114,12 +114,10 @@ public class UdfpsKeyguardView extends UdfpsAnimationView {

    @Override
    void onIlluminationStarting() {
        setVisibility(View.INVISIBLE);
    }

    @Override
    void onIlluminationStopped() {
        setVisibility(View.VISIBLE);
    }

    @Override