mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various optimizations
This commit is contained in:
@@ -2853,7 +2853,7 @@ private final class ChatReadReportContextItemNode: ASDisplayNode, ContextMenuCus
|
||||
}
|
||||
|> map { result -> StickerPackCollectionInfo? in
|
||||
if case let .result(info, _, _) = result {
|
||||
return info
|
||||
return info._parse()
|
||||
} else {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user