diff --git a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift index d1c159c755..0c0b31ff50 100644 --- a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift +++ b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift @@ -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({}) }