mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
no message
This commit is contained in:
@@ -31,7 +31,7 @@ final class ChatMediaInputGifPane: ASDisplayNode, UIScrollViewDelegate {
|
||||
}
|
||||
self.disposable.set((gifs |> deliverOnMainQueue).start(next: { [weak self] gifs in
|
||||
if let strongSelf = self {
|
||||
strongSelf.multiplexedNode.files = [gifs.first!]
|
||||
strongSelf.multiplexedNode.files = gifs
|
||||
}
|
||||
}))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user