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:
@@ -152,8 +152,7 @@ public extension ContainedViewLayoutTransition {
|
||||
if let completion = completion {
|
||||
completion(true)
|
||||
}
|
||||
case let .animated(duration, curve):
|
||||
let previousBounds = node.bounds
|
||||
case .animated:
|
||||
let previousCenter = node.frame.center
|
||||
node.position = frame.center
|
||||
node.bounds = CGRect(origin: node.bounds.origin, size: frame.size)
|
||||
|
||||
Reference in New Issue
Block a user