mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 15:37:01 +00:00
Fix offset
This commit is contained in:
parent
a7ab23f97a
commit
9fbd3794e4
@ -785,7 +785,7 @@ public final class StoryPeerListComponent: Component {
|
||||
transition.animation = .none
|
||||
|
||||
if self.component != nil {
|
||||
if component.collapseFraction != 0.0 && self.scrollView.bounds.minX != 0.0 {
|
||||
if !component.unlocked && self.scrollView.bounds.minX != 0.0 {
|
||||
self.ignoreScrolling = true
|
||||
|
||||
let scrollingDistance = self.scrollView.bounds.minX
|
||||
|
Loading…
x
Reference in New Issue
Block a user