Skip to content

Commit

Permalink
chore: overridden hashcode method of CredentialsManagerException
Browse files Browse the repository at this point in the history
Signed-off-by: Sai Venkat Desu <[email protected]>
  • Loading branch information
desusai7 committed Aug 1, 2024
1 parent 856cebe commit 46d024b
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 46d024b

Please sign in to comment.