Various fixes

This commit is contained in:
Ilya Laktyushin 2023-08-07 17:56:30 +02:00
parent 4fce7db3a4
commit 67c07d35ed

View File

@ -4093,6 +4093,8 @@ public final class StoryItemSetContainerComponent: Component {
self.updateIsProgressPaused() self.updateIsProgressPaused()
self.state?.updated(transition: .easeInOut(duration: 0.2)) self.state?.updated(transition: .easeInOut(duration: 0.2))
HapticFeedback().success()
commit({}) commit({})
} }
} }
@ -4141,6 +4143,8 @@ public final class StoryItemSetContainerComponent: Component {
self.updateIsProgressPaused() self.updateIsProgressPaused()
self.state?.updated(transition: .easeInOut(duration: 0.2)) self.state?.updated(transition: .easeInOut(duration: 0.2))
HapticFeedback().success()
commit({}) commit({})
} }
} }
@ -4158,6 +4162,8 @@ public final class StoryItemSetContainerComponent: Component {
self.rewindCurrentItem() self.rewindCurrentItem()
self.updateIsProgressPaused() self.updateIsProgressPaused()
self.state?.updated(transition: .easeInOut(duration: 0.2)) self.state?.updated(transition: .easeInOut(duration: 0.2))
HapticFeedback().success()
} }
commit({}) commit({})
} }
@ -4171,6 +4177,8 @@ public final class StoryItemSetContainerComponent: Component {
self.updateIsProgressPaused() self.updateIsProgressPaused()
self.state?.updated(transition: .easeInOut(duration: 0.2)) self.state?.updated(transition: .easeInOut(duration: 0.2))
HapticFeedback().success()
commit({}) commit({})
} }