mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Recent actions improvements
This commit is contained in:
@@ -477,7 +477,10 @@ public final class ChatMessageItemImpl: ChatMessageItem, CustomStringConvertible
|
||||
|
||||
Queue.mainQueue().async {
|
||||
completion(node, {
|
||||
return (nil, { _ in apply(.None, ListViewItemApply(isOnScreen: false), synchronousLoads) })
|
||||
return (nil, { info in
|
||||
info.setIsOffscreen()
|
||||
apply(.None, info, synchronousLoads)
|
||||
})
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user