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

Commit cd9dce52 authored by Brian Colonna's avatar Brian Colonna Committed by Android Git Automerger
Browse files

am 6de7210c: am f4197bf9: Merge "Fix 6395288: Added lock to avoid unbind race...

am 6de7210c: am f4197bf9: Merge "Fix 6395288: Added lock to avoid unbind race condition" into jb-dev

* commit '6de7210c':
  Fix 6395288: Added lock to avoid unbind race condition
parents f9797c3a 6de7210c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ interface BiometricSensorUnlock {
    public boolean start();

    /**
     * Stops the biometric unlock procedure and unbinds from the service.
     * Stops the biometric unlock procedure and unbinds from the service.  Called on the UI thread.
     * @return whether the biometric unlock was running when called.
     */
    public boolean stop();
+241 −94

File changed.

Preview size limit exceeded, changes collapsed.