diff --git a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryContainerScreen.swift b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryContainerScreen.swift index 193faf0a5e..ee18304a7a 100644 --- a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryContainerScreen.swift +++ b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryContainerScreen.swift @@ -396,7 +396,7 @@ private final class StoryContainerScreenComponent: Component { private var didDisplayReactionTooltip: Bool = false private let interactionGuide = ComponentView() - private var isDisplayingInteractionGuide: Bool = true + private var isDisplayingInteractionGuide: Bool = false override init(frame: CGRect) { self.backgroundLayer = SimpleLayer()