mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various fixes
This commit is contained in:
@@ -431,7 +431,7 @@ public class MinimizedContainerImpl: ASDisplayNode, MinimizedContainer, ASScroll
|
||||
|
||||
if let _ = self.item(at: location.y) {
|
||||
if self.isExpanded {
|
||||
return abs(velocity.x) > abs(velocity.y)
|
||||
return abs(velocity.x) > abs(velocity.y) && !self.isApplyingTransition
|
||||
} else {
|
||||
return abs(velocity.y) > abs(velocity.x)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user