mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Quotes and link previews
This commit is contained in:
@@ -484,7 +484,7 @@ final class ContextControllerExtractedPresentationNode: ASDisplayNode, ContextCo
|
||||
}
|
||||
}
|
||||
|
||||
func replaceItems(items: ContextController.Items, animated: Bool) {
|
||||
func replaceItems(items: ContextController.Items, animated: Bool?) {
|
||||
if case .twoLists = items.content {
|
||||
let stackItems = makeContextControllerActionsStackItem(items: items)
|
||||
self.actionsStackNode.replace(item: stackItems.first!, animated: animated)
|
||||
|
||||
Reference in New Issue
Block a user