mirror of
https://git.vectorsigma.ru/public/immich.git
synced 2026-07-28 23:48:10 +00:00
redundant check
This commit is contained in:
@@ -109,12 +109,9 @@ object HttpClientManager {
|
||||
if (keyChainAlias != null) {
|
||||
keyChainAlias = null
|
||||
prefs.edit { remove(PREFS_CERT_ALIAS) }
|
||||
|
||||
}
|
||||
|
||||
if (keyStore.containsAlias(CERT_ALIAS)) {
|
||||
keyStore.deleteEntry(CERT_ALIAS)
|
||||
}
|
||||
keyStore.deleteEntry(CERT_ALIAS)
|
||||
|
||||
if (wasMtls) {
|
||||
clientChangedListeners.forEach { it() }
|
||||
|
||||
Reference in New Issue
Block a user