mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Merge branch 't'
This commit is contained in:
commit
e8b87bf61f
@ -17,8 +17,12 @@ public struct WrappedMediaResourceId: Hashable {
|
|||||||
return lhs.id.isEqual(to: rhs.id)
|
return lhs.id.isEqual(to: rhs.id)
|
||||||
}
|
}
|
||||||
|
|
||||||
public var hashValue: Int {
|
// public var hashValue: Int {
|
||||||
return self.id.hashValue
|
// return self.id.hashValue
|
||||||
|
// }
|
||||||
|
|
||||||
|
public func hash(into hasher: inout Hasher) {
|
||||||
|
hasher.combine(id.hashValue)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user