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

Commit a9723e6e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Hide UDFPS overlay on lockout" into sc-dev

parents cd2ce241 f20ffe0a
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 */);
    }
}