Skip to content

Commit 180cb0f

Browse files
alperozturk96backportbot[bot]
authored andcommitted
cleanup
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 9e49561 commit 180cb0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/owncloud/android/utils/EncryptionUtilsV2.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ class EncryptionUtilsV2 {
997997

998998
return certs.any { cert ->
999999
runCatching {
1000-
signer.verify(verifierBuilder.build(cert))
1000+
signer.verify(verifierBuilder.build(cert.publicKey))
10011001
}.getOrElse {
10021002
Log_OC.e(TAG, "Exception verifySignedData: $it")
10031003
false

0 commit comments

Comments
 (0)