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