mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Various fixes
This commit is contained in:
parent
4fce7db3a4
commit
67c07d35ed
@ -4093,6 +4093,8 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
self.updateIsProgressPaused()
|
||||
self.state?.updated(transition: .easeInOut(duration: 0.2))
|
||||
|
||||
HapticFeedback().success()
|
||||
|
||||
commit({})
|
||||
}
|
||||
}
|
||||
@ -4141,6 +4143,8 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
self.updateIsProgressPaused()
|
||||
self.state?.updated(transition: .easeInOut(duration: 0.2))
|
||||
|
||||
HapticFeedback().success()
|
||||
|
||||
commit({})
|
||||
}
|
||||
}
|
||||
@ -4158,6 +4162,8 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
self.rewindCurrentItem()
|
||||
self.updateIsProgressPaused()
|
||||
self.state?.updated(transition: .easeInOut(duration: 0.2))
|
||||
|
||||
HapticFeedback().success()
|
||||
}
|
||||
commit({})
|
||||
}
|
||||
@ -4171,6 +4177,8 @@ public final class StoryItemSetContainerComponent: Component {
|
||||
self.updateIsProgressPaused()
|
||||
self.state?.updated(transition: .easeInOut(duration: 0.2))
|
||||
|
||||
HapticFeedback().success()
|
||||
|
||||
commit({})
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user