mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Fix poll timer issues
This commit is contained in:
@@ -1440,7 +1440,7 @@ class ChatMessagePollBubbleContentNode: ChatMessageBubbleContentNode {
|
||||
guard let strongSelf = self, let item = strongSelf.item else {
|
||||
return
|
||||
}
|
||||
item.controllerInteraction.requestMessageUpdate(item.message.id)
|
||||
//item.controllerInteraction.requestMessageUpdate(item.message.id)
|
||||
}
|
||||
|
||||
let timerTransition: ContainedViewLayoutTransition
|
||||
|
||||
Reference in New Issue
Block a user