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

Commit f20ffe0a authored by Ilya Matyukhin's avatar Ilya Matyukhin
Browse files

Hide UDFPS overlay on lockout

Bug: 190635404
Test: manual
Change-Id: I102b8ccee781d5b855f13776dd8d6c1a67564630
parent 27b63bb1
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 */);
    }
}