Don't set udfps icon visibility on illumination change

We don't need to set it to invisible for LHBM. On AOD udfps-auth there
would be a delay on re-showing the icon.

Test: manual
Fixes: 192411694
Change-Id: I3a601d2345706399039311e5fe7393b9ae2bf593
This commit is contained in:
Beverly
2021-07-08 14:40:46 -04:00
parent 75599c9e70
commit 8f295edcfd

View File

@@ -114,12 +114,10 @@ public class UdfpsKeyguardView extends UdfpsAnimationView {
@Override
void onIlluminationStarting() {
setVisibility(View.INVISIBLE);
}
@Override
void onIlluminationStopped() {
setVisibility(View.VISIBLE);
}
@Override