mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Entity input panel
This commit is contained in:
@@ -625,8 +625,8 @@ public extension ContainedViewLayoutTransition {
|
||||
} else {
|
||||
switch self {
|
||||
case .immediate:
|
||||
view.layer.removeAnimation(forKey: "position")
|
||||
view.layer.removeAnimation(forKey: "bounds")
|
||||
//view.layer.removeAnimation(forKey: "position")
|
||||
//view.layer.removeAnimation(forKey: "bounds")
|
||||
view.frame = frame
|
||||
if let completion = completion {
|
||||
completion(true)
|
||||
|
||||
Reference in New Issue
Block a user