mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 22:29:09 +00:00
codacy: EmptyCatchBlock
This commit is contained in:
parent
7055c4b29a
commit
7dc50e45ad
@ -89,6 +89,7 @@ class SSLSocketFactoryCompat(trustManager: X509TrustManager) : SSLSocketFactory(
|
||||
cipherSuites = _cipherSuites.toTypedArray()
|
||||
}
|
||||
} catch (e: IOException) {
|
||||
// Exception is to be ignored
|
||||
} finally {
|
||||
socket?.close() // doesn't implement Closeable on all supported Android versions
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user