mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Attach menu improvements
This commit is contained in:
@@ -273,7 +273,7 @@ public class AttachmentController: ViewController {
|
||||
|
||||
self.container.position = startPosition
|
||||
let transition = ContainedViewLayoutTransition.animated(duration: 0.4, curve: .spring)
|
||||
transition.animateView({
|
||||
transition.animateView(allowUserInteraction: true, {
|
||||
self.container.position = targetPosition
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user