diff --git a/submodules/ContextUI/Sources/ContextActionsContainerNode.swift b/submodules/ContextUI/Sources/ContextActionsContainerNode.swift index ace1b37389..0045400c43 100644 --- a/submodules/ContextUI/Sources/ContextActionsContainerNode.swift +++ b/submodules/ContextUI/Sources/ContextActionsContainerNode.swift @@ -509,7 +509,7 @@ final class InnerTextSelectionTipContainerNode: ASDisplayNode { let iconSize = self.iconNode.image?.size ?? CGSize(width: 16.0, height: 16.0) - let text = self.text.replacingOccurrences(of: "#", with: "# ") + let text = self.text.replacingOccurrences(of: "#", with: "# ") let attributedText = NSMutableAttributedString(attributedString: parseMarkdownIntoAttributedString(text, attributes: MarkdownAttributes(body: MarkdownAttributeSet(font: textFont, textColor: textColor), bold: MarkdownAttributeSet(font: boldTextFont, textColor: textColor), link: MarkdownAttributeSet(font: boldTextFont, textColor: accentColor), linkAttribute: { _ in return nil }))) diff --git a/submodules/StickerPackPreviewUI/Sources/StickerPackScreen.swift b/submodules/StickerPackPreviewUI/Sources/StickerPackScreen.swift index ac2a4bf7e8..576b23290f 100644 --- a/submodules/StickerPackPreviewUI/Sources/StickerPackScreen.swift +++ b/submodules/StickerPackPreviewUI/Sources/StickerPackScreen.swift @@ -324,7 +324,7 @@ private final class StickerPackContainer: ASDisplayNode { } let loadedStickerPacks = combineLatest(stickerPacks.map { - context.engine.stickers.loadedStickerPack(reference: $0, forceActualized: false) + context.engine.stickers.loadedStickerPack(reference: $0, forceActualized: true) }) self.itemsDisposable = combineLatest(queue: Queue.mainQueue(), loadedStickerPacks, context.engine.data.get(TelegramEngine.EngineData.Item.Peer.Peer(id: context.account.peerId))).start(next: { [weak self] contents, peer in