no message

This commit is contained in:
Peter
2017-06-16 12:18:03 +03:00
parent b8230a4fdb
commit 67af59b67c
63 changed files with 4118 additions and 1171 deletions

View File

@@ -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
}
}))