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

Commit 172e1fbe authored by shafik's avatar shafik
Browse files

Fixed a typo in UserController.java

Test: no test needed as this is just a typo fix in documentation

Change-Id: I8e8d48deb9986955ebf47c038e77f8695a1e76e7
parent 33793f62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1144,7 +1144,7 @@ class UserController implements Handler.Callback {
    /**
     * Attempt to unlock user without a credential token. This typically
     * succeeds when the device doesn't have credential-encrypted storage, or
     * when the the credential-encrypted storage isn't tied to a user-provided
     * when the credential-encrypted storage isn't tied to a user-provided
     * PIN or pattern.
     */
    private boolean maybeUnlockUser(final int userId) {