mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Memory management issues
This commit is contained in:
@@ -26,7 +26,7 @@ func serviceTasksForChatPresentationIntefaceState(context: AccountContext, chatP
|
||||
for id in missingEmoji {
|
||||
result["emoji-\(id)"] = {
|
||||
return (context.engine.stickers.resolveInlineStickers(fileIds: [id])
|
||||
|> deliverOnMainQueue).start(next: { result in
|
||||
|> deliverOnMainQueue).startStrict(next: { result in
|
||||
if let file = result[id] {
|
||||
updateState({ state -> ChatPresentationInterfaceState in
|
||||
return state.updatedInterfaceState { interfaceState -> ChatInterfaceState in
|
||||
|
||||
Reference in New Issue
Block a user