mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix next
This commit is contained in:
parent
2dbfc280c7
commit
b51285872f
@ -1035,7 +1035,7 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
guard let visibleItem else {
|
||||
return
|
||||
}
|
||||
if visibleItem.currentProgress != progress || visibleItem.isBuffering != isBuffering {
|
||||
if visibleItem.currentProgress != progress || visibleItem.isBuffering != isBuffering || canSwitch {
|
||||
visibleItem.currentProgress = progress
|
||||
visibleItem.isBuffering = isBuffering
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user