mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Update comment decryption UI
This commit is contained in:
@@ -13,8 +13,9 @@ public struct KeyShortcut: Hashable {
|
||||
self.action = action
|
||||
}
|
||||
|
||||
public var hashValue: Int {
|
||||
return input.hashValue ^ modifiers.hashValue
|
||||
public func hash(into hasher: inout Hasher) {
|
||||
hasher.combine(self.input)
|
||||
hasher.combine(self.modifiers)
|
||||
}
|
||||
|
||||
public static func ==(lhs: KeyShortcut, rhs: KeyShortcut) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user