Skip to content

Commit acb500f

Browse files
committed
Merge branch 'release/2.4.2'
2 parents e160128 + d008149 commit acb500f

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cryptomator/WebDAV/WebDAVAuthenticationViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
import Combine
1010
import CryptomatorCloudAccessCore
1111
import CryptomatorCommonCore
12+
import Promises
1213
import SwiftUI
1314
import UIKit
1415

CryptomatorTests/AddLocalVault/AddLocalVaultViewModelTestCase.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,3 @@ extension LocalFileSystemCredential: Equatable {
8080
lhs.identifier == rhs.identifier && lhs.rootURL == rhs.rootURL
8181
}
8282
}
83-
84-
extension CloudProviderAccount: Equatable {
85-
public static func == (lhs: CloudProviderAccount, rhs: CloudProviderAccount) -> Bool {
86-
lhs.accountUID == rhs.accountUID && lhs.cloudProviderType == rhs.cloudProviderType
87-
}
88-
}

0 commit comments

Comments
 (0)