mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Fix poll bubble solution display
This commit is contained in:
@@ -1696,7 +1696,8 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
|
||||
if let solution = resultPoll.results.solution {
|
||||
for contentNode in itemNode.contentNodes {
|
||||
if let contentNode = contentNode as? ChatMessagePollBubbleContentNode, let sourceNode = contentNode.solutionTipSourceNode {
|
||||
if let contentNode = contentNode as? ChatMessagePollBubbleContentNode {
|
||||
let sourceNode = contentNode.solutionTipSourceNode
|
||||
strongSelf.controllerInteraction?.displayPollSolution(solution, sourceNode)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user