This commit is contained in:
Isaac
2026-01-13 19:21:49 +04:00
parent 3773777141
commit 2db08cde89
167 changed files with 4322 additions and 3473 deletions

View File

@@ -650,7 +650,7 @@ final class ChatSendMessageContextScreenComponent: Component {
if let current = self.actionsStackNode {
actionsStackNode = current
actionsStackNode.replace(item: ContextControllerActionsListStackItem(
actionsStackNode.replace(item: makeContextControllerActionsListStackItem(
id: AnyHashable("items"),
items: items,
reactionItems: nil,
@@ -660,7 +660,7 @@ final class ChatSendMessageContextScreenComponent: Component {
dismissed: nil
), animated: !transition.animation.isImmediate)
} else {
actionsStackNode = ContextControllerActionsStackNode(
actionsStackNode = makeContextControllerActionsStackNode(
context: component.context,
getController: {
return nil
@@ -681,7 +681,7 @@ final class ChatSendMessageContextScreenComponent: Component {
}
actionsStackNode.push(
item: ContextControllerActionsListStackItem(
item: makeContextControllerActionsListStackItem(
id: AnyHashable("items"),
items: items,
reactionItems: nil,