Update comment decryption UI

This commit is contained in:
Ali
2020-03-25 17:59:03 +04:00
parent 44b57ffcce
commit 5d55b67c3a
171 changed files with 5267 additions and 1448 deletions

View File

@@ -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)