Skip to content

Commit

Permalink
chore: overridden hashcode method of CredentialsManagerException
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Aug 1, 2024
1 parent 4c7e1ac commit 7154e38
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ public class CredentialsManagerException :
return code == other.code
}

override fun hashCode(): Int {
return code.hashCode()
}

/**
* Returns true when this Android device doesn't support the cryptographic algorithms used
* to handle encryption and decryption, false otherwise.
Expand Down

0 comments on commit 7154e38

Please sign in to comment.