Skip to content

Commit

Permalink
Merge branch 'release/2.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
tobihagemann committed Dec 2, 2022
2 parents e160128 + d008149 commit acb500f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import Combine
import CryptomatorCloudAccessCore
import CryptomatorCommonCore
import Promises
import SwiftUI
import UIKit

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,3 @@ extension LocalFileSystemCredential: Equatable {
lhs.identifier == rhs.identifier && lhs.rootURL == rhs.rootURL
}
}

extension CloudProviderAccount: Equatable {
public static func == (lhs: CloudProviderAccount, rhs: CloudProviderAccount) -> Bool {
lhs.accountUID == rhs.accountUID && lhs.cloudProviderType == rhs.cloudProviderType
}
}

0 comments on commit acb500f

Please sign in to comment.