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

Commit d4b90d83 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Hide UDFPS overlay on lockout" into sc-dev am: a9723e6e

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

Change-Id: Ic7f5e0f91c2534416d6910f4432cc0044d66bea8
parents cdfbcb5b a9723e6e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -178,6 +178,9 @@ class FingerprintAuthenticationClient extends AuthenticationClient<ISession> imp
        } catch (RemoteException e) {
            Slog.e(TAG, "Remote exception", e);
        }

        UdfpsHelper.hideUdfpsOverlay(getSensorId(), mUdfpsOverlayController);
        mCallback.onClientFinished(this, false /* success */);
    }

    @Override
@@ -192,5 +195,8 @@ class FingerprintAuthenticationClient extends AuthenticationClient<ISession> imp
        } catch (RemoteException e) {
            Slog.e(TAG, "Remote exception", e);
        }

        UdfpsHelper.hideUdfpsOverlay(getSensorId(), mUdfpsOverlayController);
        mCallback.onClientFinished(this, false /* success */);
    }
}