diff --git a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift index db8415139c..9ab5955f23 100644 --- a/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift +++ b/submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift @@ -3899,7 +3899,7 @@ public final class StoryItemSetContainerComponent: Component { }))) } - let (tip, tipSignal) = getLinkedStickerPacks() + let (tip, tipSignal) = self.getLinkedStickerPacks() let contextItems = ContextController.Items(content: .list(items), tip: tip, tipSignal: tipSignal) @@ -4109,7 +4109,7 @@ public final class StoryItemSetContainerComponent: Component { }))) } - let (tip, tipSignal) = getLinkedStickerPacks() + let (tip, tipSignal) = self.getLinkedStickerPacks() let contextItems = ContextController.Items(content: .list(items), tip: tip, tipSignal: tipSignal)